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