#eecce2
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 204, 226
HSL
321°, 50%, 87%
CMYK
0, 14, 5, 7
Luminance
0.6685
Every format
| HEX | #eecce2 |
| RGB | rgb(238, 204, 226) |
| HSL | hsl(321, 50%, 87%) |
| CMYK | cmyk(0%, 14%, 5%, 7%) |
| LAB | lab(85.4 15.6 -6.4) |
| LCH | lch(85.4 16.9 337.6) |
| OKLCH | oklch(0.880 0.048 339.2) |
Copy-ready code
/* CSS */
color: #eecce2;
background-color: #eecce2;
/* Tailwind (arbitrary) */
class="text-[#eecce2] bg-[#eecce2]"
/* SCSS */
$brand: #eecce2;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#eecce2")Accessibility — WCAG contrast
Aa
#eecce2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecce2 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow5.0%
Key (black)6.7%
Color previews
#eecce2 text on a black background
contrast 14.37:1
Card sample
#eecce2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecce2;
Background color
Panel with #eecce2 background
background-color: #eecce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecce2; background: linear-gradient(135deg, #eecce2, #EECDCC);