#e7d072
a light, vivid yellow · cool · closest name: khaki
RGB
231, 208, 114
HSL
48°, 71%, 68%
CMYK
0, 10, 51, 9
Luminance
0.6332
Every format
| HEX | #e7d072 |
| RGB | rgb(231, 208, 114) |
| HSL | hsl(48, 71%, 68%) |
| CMYK | cmyk(0%, 10%, 51%, 9%) |
| LAB | lab(83.6 -3.9 49.2) |
| LCH | lch(83.6 49.3 94.6) |
| OKLCH | oklch(0.857 0.117 95.9) |
Copy-ready code
/* CSS */
color: #e7d072;
background-color: #e7d072;
/* Tailwind (arbitrary) */
class="text-[#e7d072] bg-[#e7d072]"
/* SCSS */
$brand: #e7d072;
/* SwiftUI */
Color(red: 0.906, green: 0.816, blue: 0.447)
/* Android */
Color.parseColor("#e7d072")Accessibility — WCAG contrast
Aa
#e7d072 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d072 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green81.6%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow50.6%
Key (black)9.4%
Color previews
#e7d072 text on a black background
contrast 13.66:1
Card sample
#e7d072 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d072;
Background color
Panel with #e7d072 background
background-color: #e7d072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 208, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 208, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d072; background: linear-gradient(135deg, #e7d072, #B0E772);