#e7ba52
a balanced, electric yellow · warm · closest name: khaki
RGB
231, 186, 82
HSL
42°, 76%, 61%
CMYK
0, 20, 65, 9
Luminance
0.5272
Every format
| HEX | #e7ba52 |
| RGB | rgb(231, 186, 82) |
| HSL | hsl(42, 76%, 61%) |
| CMYK | cmyk(0%, 20%, 65%, 9%) |
| LAB | lab(77.7 5.1 57.3) |
| LCH | lch(77.7 57.6 84.9) |
| OKLCH | oklch(0.810 0.131 85.5) |
Copy-ready code
/* CSS */
color: #e7ba52;
background-color: #e7ba52;
/* Tailwind (arbitrary) */
class="text-[#e7ba52] bg-[#e7ba52]"
/* SCSS */
$brand: #e7ba52;
/* SwiftUI */
Color(red: 0.906, green: 0.729, blue: 0.322)
/* Android */
Color.parseColor("#e7ba52")Accessibility — WCAG contrast
Aa
#e7ba52 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ba52 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green72.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow64.5%
Key (black)9.4%
Color previews
#e7ba52 text on a black background
contrast 11.54:1
Card sample
#e7ba52 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ba52;
Background color
Panel with #e7ba52 background
background-color: #e7ba52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ba52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 186, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 186, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ba52; background: linear-gradient(135deg, #e7ba52, #B1E752);