#eec4eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 196, 235
HSL
304°, 55%, 85%
CMYK
0, 18, 1, 7
Luminance
0.6366
Every format
| HEX | #eec4eb |
| RGB | rgb(238, 196, 235) |
| HSL | hsl(304, 55%, 85%) |
| CMYK | cmyk(0%, 18%, 1%, 7%) |
| LAB | lab(83.8 21.4 -13.7) |
| LCH | lch(83.8 25.4 327.4) |
| OKLCH | oklch(0.869 0.070 328.5) |
Copy-ready code
/* CSS */
color: #eec4eb;
background-color: #eec4eb;
/* Tailwind (arbitrary) */
class="text-[#eec4eb] bg-[#eec4eb]"
/* SCSS */
$brand: #eec4eb;
/* SwiftUI */
Color(red: 0.933, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#eec4eb")Accessibility — WCAG contrast
Aa
#eec4eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec4eb on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow1.3%
Key (black)6.7%
Color previews
#eec4eb text on a black background
contrast 13.73:1
Card sample
#eec4eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec4eb;
Background color
Panel with #eec4eb background
background-color: #eec4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec4eb; background: linear-gradient(135deg, #eec4eb, #EEC4CF);