#eeabcc
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 171, 204
HSL
330°, 66%, 80%
CMYK
0, 28, 14, 7
Luminance
0.5166
Every format
| HEX | #eeabcc |
| RGB | rgb(238, 171, 204) |
| HSL | hsl(330, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 14%, 7%) |
| LAB | lab(77.1 29.4 -7.0) |
| LCH | lch(77.1 30.2 346.7) |
| OKLCH | oklch(0.814 0.089 348.2) |
Copy-ready code
/* CSS */
color: #eeabcc;
background-color: #eeabcc;
/* Tailwind (arbitrary) */
class="text-[#eeabcc] bg-[#eeabcc]"
/* SCSS */
$brand: #eeabcc;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.800)
/* Android */
Color.parseColor("#eeabcc")Accessibility — WCAG contrast
Aa
#eeabcc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabcc on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow14.3%
Key (black)6.7%
Color previews
#eeabcc text on a black background
contrast 11.33:1
Card sample
#eeabcc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabcc;
Background color
Panel with #eeabcc background
background-color: #eeabcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabcc; background: linear-gradient(135deg, #eeabcc, #EEB7AB);