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