#eeaccf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 172, 207
HSL
328°, 66%, 80%
CMYK
0, 28, 13, 7
Luminance
0.5219
Every format
| HEX | #eeaccf |
| RGB | rgb(238, 172, 207) |
| HSL | hsl(328, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 13%, 7%) |
| LAB | lab(77.4 29.4 -8.1) |
| LCH | lch(77.4 30.5 344.5) |
| OKLCH | oklch(0.817 0.089 346.2) |
Copy-ready code
/* CSS */
color: #eeaccf;
background-color: #eeaccf;
/* Tailwind (arbitrary) */
class="text-[#eeaccf] bg-[#eeaccf]"
/* SCSS */
$brand: #eeaccf;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#eeaccf")Accessibility — WCAG contrast
Aa
#eeaccf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaccf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow13.0%
Key (black)6.7%
Color previews
#eeaccf text on a black background
contrast 11.44:1
Card sample
#eeaccf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaccf;
Background color
Panel with #eeaccf background
background-color: #eeaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaccf; background: linear-gradient(135deg, #eeaccf, #EEB5AC);