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