Light Thulian Pink (#E68FAC)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.36:1 — vs black: 8.89:1

Color values

  • HEX #E68FAC
  • RGB rgb(230, 143, 172)
  • HSL hsl(340, 63%, 73%)
  • CMYK cmyk( 0, 38, 25, 10 )
  • Websafe #FF9999

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #E68FAC based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Light Thulian Pink
#E68FAC Base
#8FE6C9
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Light Thulian Pink
#E68FAC Base
#E68FD8
#E69E8F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Light Thulian Pink
#E68FAC Base
#ACE68F
#8FACE6
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Light Thulian Pink
#E68FAC Base
#8FE69E
#8FD8E6
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Light Thulian Pink
#E68FAC Base
#D8E68F
#8FE6C9
#9E8FE6
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Light Thulian Pink
#E68FAC Base
#B42857
#D8507E
#DF6E93
#EDB0C5
#F4CEDA
#FAEAF0
Shades & Tints

Darker shades and lighter tints of Light Thulian Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#15050A
#4E1125
#861E41
#BF2B5C
#D95682
Light Thulian Pink #E68FAC Base
#EAA1BA
#EEB3C7
#F2C6D5
#F6D8E2
#FAEAF0
CSS & SCSS Snippets

Ready-to-use code snippets for #E68FAC. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #E68FAC;
}

/* Text */
.element {
    color: #E68FAC;
}

/* Border */
.element {
    border: 1px solid #E68FAC;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #E68FAC,
        #8FE6C9
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E68FAC,
        #8FE6C9
    );
}
SCSS Variable
// SCSS variable
$light-thulian-pink: #E68FAC;

// With RGB channels (useful for rgba() usage)
$light-thulian-pink-r: 230;
$light-thulian-pink-g: 143;
$light-thulian-pink-b: 172;

// Usage
.element {
    background-color: $light-thulian-pink;
    color: rgba($light-thulian-pink-r, $light-thulian-pink-g, $light-thulian-pink-b, 0.8);
}
Color Blindness Simulation

How Light Thulian Pink appears to people with different types of color vision deficiency.

Normal Vision #E68FAC How the color appears with full color vision.
Deuteranopia #AEAEAA Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #9C9CAC Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #E49393 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A9A9A9 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Light Thulian Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Light Thulian Pink #E68FAC Base
Vanilla Ice #F38FA9 ΔE 2.96
Amaranth Pink #F19CBB ΔE 3.57
Mauvelous #EF98AA ΔE 4.06
Pink Sherbet #F78FA7 ΔE 4.06

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.