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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E68FAC
Base
#8FE6C9
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E68FAC
Base
#E68FD8
#E69E8F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E68FAC
Base
#ACE68F
#8FACE6
Two colors flanking the complement — high contrast with less tension than full complementary.
#E68FAC
Base
#8FE69E
#8FD8E6
Four colors at 90° intervals — rich variety, best when one color dominates.
#E68FAC
Base
#D8E68F
#8FE6C9
#9E8FE6
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E68FAC
Base
#B42857
#D8507E
#DF6E93
#EDB0C5
#F4CEDA
#FAEAF0
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
#E68FAC
Base
#EAA1BA
#EEB3C7
#F2C6D5
#F6D8E2
#FAEAF0
Ready-to-use code snippets for #E68FAC. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E68FAC;
}
/* Text */
.element {
color: #E68FAC;
}
/* Border */
.element {
border: 1px solid #E68FAC;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E68FAC,
#8FE6C9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E68FAC,
#8FE6C9
);
}
// 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);
}
How Light Thulian Pink appears to people with different types of color vision deficiency.
#E68FAC
How the color appears with full color vision.
#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.
#9C9CAC
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E49393
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A9A9A9
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.