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