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