#e8dfdf
a pale, soft red · warm · closest name: white
RGB
232, 223, 223
HSL
0°, 16%, 89%
CMYK
0, 4, 4, 9
Luminance
0.7526
Every format
| HEX | #e8dfdf |
| RGB | rgb(232, 223, 223) |
| HSL | hsl(0, 16%, 89%) |
| CMYK | cmyk(0%, 4%, 4%, 9%) |
| LAB | lab(89.5 3.1 1.1) |
| LCH | lch(89.5 3.3 19.6) |
| OKLCH | oklch(0.911 0.010 17.3) |
Copy-ready code
/* CSS */
color: #e8dfdf;
background-color: #e8dfdf;
/* Tailwind (arbitrary) */
class="text-[#e8dfdf] bg-[#e8dfdf]"
/* SCSS */
$brand: #e8dfdf;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#e8dfdf")Accessibility — WCAG contrast
Aa
#e8dfdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dfdf on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow3.9%
Key (black)9.0%
Color previews
#e8dfdf text on a black background
contrast 16.05:1
Card sample
#e8dfdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dfdf;
Background color
Panel with #e8dfdf background
background-color: #e8dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dfdf; background: linear-gradient(135deg, #e8dfdf, #E8E5DF);