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