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