#e9dabf
a light, vivid orange · warm · closest name: beige
RGB
233, 218, 191
HSL
39°, 49%, 83%
CMYK
0, 6, 18, 9
Luminance
0.7123
Every format
| HEX | #e9dabf |
| RGB | rgb(233, 218, 191) |
| HSL | hsl(39, 49%, 83%) |
| CMYK | cmyk(0%, 6%, 18%, 9%) |
| LAB | lab(87.6 0.8 15.2) |
| LCH | lch(87.6 15.2 86.9) |
| OKLCH | oklch(0.893 0.040 82.3) |
Copy-ready code
/* CSS */
color: #e9dabf;
background-color: #e9dabf;
/* Tailwind (arbitrary) */
class="text-[#e9dabf] bg-[#e9dabf]"
/* SCSS */
$brand: #e9dabf;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#e9dabf")Accessibility — WCAG contrast
Aa
#e9dabf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dabf on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow18.0%
Key (black)8.6%
Color previews
#e9dabf text on a black background
contrast 15.25:1
Card sample
#e9dabf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dabf;
Background color
Panel with #e9dabf background
background-color: #e9dabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dabf; background: linear-gradient(135deg, #e9dabf, #DCE9BF);