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