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