#eccfde
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 207, 222
HSL
329°, 43%, 87%
CMYK
0, 12, 6, 8
Luminance
0.6773
Every format
| HEX | #eccfde |
| RGB | rgb(236, 207, 222) |
| HSL | hsl(329, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 6%, 8%) |
| LAB | lab(85.9 12.6 -3.7) |
| LCH | lch(85.9 13.1 343.8) |
| OKLCH | oklch(0.883 0.038 345.3) |
Copy-ready code
/* CSS */
color: #eccfde;
background-color: #eccfde;
/* Tailwind (arbitrary) */
class="text-[#eccfde] bg-[#eccfde]"
/* SCSS */
$brand: #eccfde;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.871)
/* Android */
Color.parseColor("#eccfde")Accessibility — WCAG contrast
Aa
#eccfde on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfde on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow5.9%
Key (black)7.5%
Color previews
#eccfde text on a black background
contrast 14.55:1
Card sample
#eccfde text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfde;
Background color
Panel with #eccfde background
background-color: #eccfde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfde; background: linear-gradient(135deg, #eccfde, #ECD3CF);