#e9dbaf
a light, vivid yellow · cool · closest name: beige
RGB
233, 219, 175
HSL
46°, 57%, 80%
CMYK
0, 6, 25, 9
Luminance
0.7108
Every format
| HEX | #e9dbaf |
| RGB | rgb(233, 219, 175) |
| HSL | hsl(46, 57%, 80%) |
| CMYK | cmyk(0%, 6%, 25%, 9%) |
| LAB | lab(87.5 -2.0 23.4) |
| LCH | lch(87.5 23.5 94.8) |
| OKLCH | oklch(0.892 0.060 92.5) |
Copy-ready code
/* CSS */
color: #e9dbaf;
background-color: #e9dbaf;
/* Tailwind (arbitrary) */
class="text-[#e9dbaf] bg-[#e9dbaf]"
/* SCSS */
$brand: #e9dbaf;
/* SwiftUI */
Color(red: 0.914, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#e9dbaf")Accessibility — WCAG contrast
Aa
#e9dbaf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dbaf on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow24.9%
Key (black)8.6%
Color previews
#e9dbaf text on a black background
contrast 15.22:1
Card sample
#e9dbaf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dbaf;
Background color
Panel with #e9dbaf background
background-color: #e9dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dbaf; background: linear-gradient(135deg, #e9dbaf, #D0E9AF);