#e5d09f
a light, vivid yellow · warm · closest name: tan
RGB
229, 208, 159
HSL
42°, 57%, 76%
CMYK
0, 9, 31, 10
Luminance
0.6427
Every format
| HEX | #e5d09f |
| RGB | rgb(229, 208, 159) |
| HSL | hsl(42, 57%, 76%) |
| CMYK | cmyk(0%, 9%, 31%, 10%) |
| LAB | lab(84.1 0.1 27.0) |
| LCH | lch(84.1 27.0 89.8) |
| OKLCH | oklch(0.863 0.068 87.5) |
Copy-ready code
/* CSS */
color: #e5d09f;
background-color: #e5d09f;
/* Tailwind (arbitrary) */
class="text-[#e5d09f] bg-[#e5d09f]"
/* SCSS */
$brand: #e5d09f;
/* SwiftUI */
Color(red: 0.898, green: 0.816, blue: 0.624)
/* Android */
Color.parseColor("#e5d09f")Accessibility — WCAG contrast
Aa
#e5d09f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5d09f on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green81.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow30.6%
Key (black)10.2%
Color previews
#e5d09f text on a black background
contrast 13.85:1
Card sample
#e5d09f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5d09f;
Background color
Panel with #e5d09f background
background-color: #e5d09f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5d09f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 208, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 208, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5d09f; background: linear-gradient(135deg, #e5d09f, #CBE59F);