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