#eadfdf
a pale, soft red · warm · closest name: white
RGB
234, 223, 223
HSL
0°, 21%, 90%
CMYK
0, 5, 5, 8
Luminance
0.7560
Every format
| HEX | #eadfdf |
| RGB | rgb(234, 223, 223) |
| HSL | hsl(0, 21%, 90%) |
| CMYK | cmyk(0%, 5%, 5%, 8%) |
| LAB | lab(89.7 3.7 1.3) |
| LCH | lch(89.7 4.0 19.7) |
| OKLCH | oklch(0.912 0.012 17.4) |
Copy-ready code
/* CSS */
color: #eadfdf;
background-color: #eadfdf;
/* Tailwind (arbitrary) */
class="text-[#eadfdf] bg-[#eadfdf]"
/* SCSS */
$brand: #eadfdf;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#eadfdf")Accessibility — WCAG contrast
Aa
#eadfdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadfdf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow4.7%
Key (black)8.2%
Color previews
#eadfdf text on a black background
contrast 16.12:1
Card sample
#eadfdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadfdf;
Background color
Panel with #eadfdf background
background-color: #eadfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadfdf; background: linear-gradient(135deg, #eadfdf, #EAE6DF);