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