#eae080
a light, vivid yellow · cool · closest name: khaki
RGB
234, 224, 128
HSL
54°, 72%, 71%
CMYK
0, 4, 45, 8
Luminance
0.7236
Every format
| HEX | #eae080 |
| RGB | rgb(234, 224, 128) |
| HSL | hsl(54, 72%, 71%) |
| CMYK | cmyk(0%, 4%, 45%, 8%) |
| LAB | lab(88.1 -9.5 48.0) |
| LCH | lch(88.1 48.9 101.2) |
| OKLCH | oklch(0.894 0.118 103.3) |
Copy-ready code
/* CSS */
color: #eae080;
background-color: #eae080;
/* Tailwind (arbitrary) */
class="text-[#eae080] bg-[#eae080]"
/* SCSS */
$brand: #eae080;
/* SwiftUI */
Color(red: 0.918, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#eae080")Accessibility — WCAG contrast
Aa
#eae080 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae080 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow45.3%
Key (black)8.2%
Color previews
#eae080 text on a black background
contrast 15.47:1
Card sample
#eae080 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae080;
Background color
Panel with #eae080 background
background-color: #eae080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae080; background: linear-gradient(135deg, #eae080, #ADEA80);