#eccbdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 203, 223
HSL
324°, 47%, 86%
CMYK
0, 14, 6, 8
Luminance
0.6587
Every format
| HEX | #eccbdf |
| RGB | rgb(236, 203, 223) |
| HSL | hsl(324, 47%, 86%) |
| CMYK | cmyk(0%, 14%, 6%, 8%) |
| LAB | lab(84.9 14.9 -5.6) |
| LCH | lch(84.9 15.9 339.4) |
| OKLCH | oklch(0.876 0.045 341.1) |
Copy-ready code
/* CSS */
color: #eccbdf;
background-color: #eccbdf;
/* Tailwind (arbitrary) */
class="text-[#eccbdf] bg-[#eccbdf]"
/* SCSS */
$brand: #eccbdf;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#eccbdf")Accessibility — WCAG contrast
Aa
#eccbdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbdf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow5.5%
Key (black)7.5%
Color previews
#eccbdf text on a black background
contrast 14.17:1
Card sample
#eccbdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbdf;
Background color
Panel with #eccbdf background
background-color: #eccbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbdf; background: linear-gradient(135deg, #eccbdf, #ECCDCB);