#eccfd3
a pale, soft red · warm · closest name: silver
RGB
236, 207, 211
HSL
352°, 43%, 87%
CMYK
0, 12, 11, 8
Luminance
0.6716
Every format
| HEX | #eccfd3 |
| RGB | rgb(236, 207, 211) |
| HSL | hsl(352, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 11%, 8%) |
| LAB | lab(85.6 10.8 1.8) |
| LCH | lch(85.6 10.9 9.2) |
| OKLCH | oklch(0.880 0.033 8.3) |
Copy-ready code
/* CSS */
color: #eccfd3;
background-color: #eccfd3;
/* Tailwind (arbitrary) */
class="text-[#eccfd3] bg-[#eccfd3]"
/* SCSS */
$brand: #eccfd3;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#eccfd3")Accessibility — WCAG contrast
Aa
#eccfd3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfd3 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow10.6%
Key (black)7.5%
Color previews
#eccfd3 text on a black background
contrast 14.43:1
Card sample
#eccfd3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfd3;
Background color
Panel with #eccfd3 background
background-color: #eccfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfd3; background: linear-gradient(135deg, #eccfd3, #ECDECF);