#eecadc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 202, 220
HSL
330°, 51%, 86%
CMYK
0, 15, 8, 7
Luminance
0.6559
Every format
| HEX | #eecadc |
| RGB | rgb(238, 202, 220) |
| HSL | hsl(330, 51%, 86%) |
| CMYK | cmyk(0%, 15%, 8%, 7%) |
| LAB | lab(84.8 15.6 -4.2) |
| LCH | lch(84.8 16.1 345.0) |
| OKLCH | oklch(0.875 0.047 346.5) |
Copy-ready code
/* CSS */
color: #eecadc;
background-color: #eecadc;
/* Tailwind (arbitrary) */
class="text-[#eecadc] bg-[#eecadc]"
/* SCSS */
$brand: #eecadc;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#eecadc")Accessibility — WCAG contrast
Aa
#eecadc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecadc on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow7.6%
Key (black)6.7%
Color previews
#eecadc text on a black background
contrast 14.12:1
Card sample
#eecadc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecadc;
Background color
Panel with #eecadc background
background-color: #eecadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecadc; background: linear-gradient(135deg, #eecadc, #EED0CA);