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