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