#ecdfdf
a pale, soft red · warm · closest name: white
RGB
236, 223, 223
HSL
0°, 26%, 90%
CMYK
0, 6, 6, 8
Luminance
0.7594
Every format
| HEX | #ecdfdf |
| RGB | rgb(236, 223, 223) |
| HSL | hsl(0, 26%, 90%) |
| CMYK | cmyk(0%, 6%, 6%, 8%) |
| LAB | lab(89.8 4.4 1.6) |
| LCH | lch(89.8 4.7 19.7) |
| OKLCH | oklch(0.914 0.014 17.4) |
Copy-ready code
/* CSS */
color: #ecdfdf;
background-color: #ecdfdf;
/* Tailwind (arbitrary) */
class="text-[#ecdfdf] bg-[#ecdfdf]"
/* SCSS */
$brand: #ecdfdf;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#ecdfdf")Accessibility — WCAG contrast
Aa
#ecdfdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfdf on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow5.5%
Key (black)7.5%
Color previews
#ecdfdf text on a black background
contrast 16.19:1
Card sample
#ecdfdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfdf;
Background color
Panel with #ecdfdf background
background-color: #ecdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfdf; background: linear-gradient(135deg, #ecdfdf, #ECE8DF);