#eeace2
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 172, 226
HSL
311°, 66%, 80%
CMYK
0, 28, 5, 7
Luminance
0.5317
Every format
| HEX | #eeace2 |
| RGB | rgb(238, 172, 226) |
| HSL | hsl(311, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 5%, 7%) |
| LAB | lab(78.0 32.6 -17.6) |
| LCH | lch(78.0 37.0 331.7) |
| OKLCH | oklch(0.823 0.104 333.0) |
Copy-ready code
/* CSS */
color: #eeace2;
background-color: #eeace2;
/* Tailwind (arbitrary) */
class="text-[#eeace2] bg-[#eeace2]"
/* SCSS */
$brand: #eeace2;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#eeace2")Accessibility — WCAG contrast
Aa
#eeace2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeace2 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow5.0%
Key (black)6.7%
Color previews
#eeace2 text on a black background
contrast 11.63:1
Card sample
#eeace2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeace2;
Background color
Panel with #eeace2 background
background-color: #eeace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeace2; background: linear-gradient(135deg, #eeace2, #EEACB6);