#e8d073
a light, vivid yellow · cool · closest name: khaki
RGB
232, 208, 115
HSL
48°, 72%, 68%
CMYK
0, 10, 50, 9
Luminance
0.6351
Every format
| HEX | #e8d073 |
| RGB | rgb(232, 208, 115) |
| HSL | hsl(48, 72%, 68%) |
| CMYK | cmyk(0%, 10%, 50%, 9%) |
| LAB | lab(83.7 -3.4 48.8) |
| LCH | lch(83.7 49.0 94.0) |
| OKLCH | oklch(0.858 0.117 95.2) |
Copy-ready code
/* CSS */
color: #e8d073;
background-color: #e8d073;
/* Tailwind (arbitrary) */
class="text-[#e8d073] bg-[#e8d073]"
/* SCSS */
$brand: #e8d073;
/* SwiftUI */
Color(red: 0.910, green: 0.816, blue: 0.451)
/* Android */
Color.parseColor("#e8d073")Accessibility — WCAG contrast
Aa
#e8d073 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d073 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green81.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow50.4%
Key (black)9.0%
Color previews
#e8d073 text on a black background
contrast 13.70:1
Card sample
#e8d073 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d073;
Background color
Panel with #e8d073 background
background-color: #e8d073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 208, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 208, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d073; background: linear-gradient(135deg, #e8d073, #B2E873);