#eeaacc
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 170, 204
HSL
330°, 67%, 80%
CMYK
0, 29, 14, 7
Luminance
0.5129
Every format
| HEX | #eeaacc |
| RGB | rgb(238, 170, 204) |
| HSL | hsl(330, 67%, 80%) |
| CMYK | cmyk(0%, 29%, 14%, 7%) |
| LAB | lab(76.8 29.9 -7.3) |
| LCH | lch(76.8 30.8 346.3) |
| OKLCH | oklch(0.812 0.090 347.9) |
Copy-ready code
/* CSS */
color: #eeaacc;
background-color: #eeaacc;
/* Tailwind (arbitrary) */
class="text-[#eeaacc] bg-[#eeaacc]"
/* SCSS */
$brand: #eeaacc;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#eeaacc")Accessibility — WCAG contrast
Aa
#eeaacc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaacc on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow14.3%
Key (black)6.7%
Color previews
#eeaacc text on a black background
contrast 11.26:1
Card sample
#eeaacc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaacc;
Background color
Panel with #eeaacc background
background-color: #eeaacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaacc; background: linear-gradient(135deg, #eeaacc, #EEB5AA);