#eeccdb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 204, 219
HSL
334°, 50%, 87%
CMYK
0, 14, 8, 7
Luminance
0.6648
Every format
| HEX | #eeccdb |
| RGB | rgb(238, 204, 219) |
| HSL | hsl(334, 50%, 87%) |
| CMYK | cmyk(0%, 14%, 8%, 7%) |
| LAB | lab(85.2 14.4 -3.0) |
| LCH | lch(85.2 14.7 348.2) |
| OKLCH | oklch(0.878 0.043 349.6) |
Copy-ready code
/* CSS */
color: #eeccdb;
background-color: #eeccdb;
/* Tailwind (arbitrary) */
class="text-[#eeccdb] bg-[#eeccdb]"
/* SCSS */
$brand: #eeccdb;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#eeccdb")Accessibility — WCAG contrast
Aa
#eeccdb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccdb on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow8.0%
Key (black)6.7%
Color previews
#eeccdb text on a black background
contrast 14.30:1
Card sample
#eeccdb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccdb;
Background color
Panel with #eeccdb background
background-color: #eeccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccdb; background: linear-gradient(135deg, #eeccdb, #EED4CC);