#eccfdc
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 207, 220
HSL
333°, 43%, 87%
CMYK
0, 12, 7, 8
Luminance
0.6763
Every format
| HEX | #eccfdc |
| RGB | rgb(236, 207, 220) |
| HSL | hsl(333, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 7%, 8%) |
| LAB | lab(85.8 12.3 -2.7) |
| LCH | lch(85.8 12.6 347.6) |
| OKLCH | oklch(0.882 0.036 349.0) |
Copy-ready code
/* CSS */
color: #eccfdc;
background-color: #eccfdc;
/* Tailwind (arbitrary) */
class="text-[#eccfdc] bg-[#eccfdc]"
/* SCSS */
$brand: #eccfdc;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#eccfdc")Accessibility — WCAG contrast
Aa
#eccfdc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfdc on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow6.8%
Key (black)7.5%
Color previews
#eccfdc text on a black background
contrast 14.53:1
Card sample
#eccfdc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfdc;
Background color
Panel with #eccfdc background
background-color: #eccfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfdc; background: linear-gradient(135deg, #eccfdc, #ECD5CF);