#e5e55e
a balanced, vivid yellow · cool · closest name: khaki
RGB
229, 229, 94
HSL
60°, 72%, 63%
CMYK
0, 0, 59, 10
Luminance
0.7350
Every format
| HEX | #e5e55e |
| RGB | rgb(229, 229, 94) |
| HSL | hsl(60, 72%, 63%) |
| CMYK | cmyk(0%, 0%, 59%, 10%) |
| LAB | lab(88.7 -16.8 64.0) |
| LCH | lch(88.7 66.2 104.7) |
| OKLCH | oklch(0.897 0.155 109.2) |
Copy-ready code
/* CSS */
color: #e5e55e;
background-color: #e5e55e;
/* Tailwind (arbitrary) */
class="text-[#e5e55e] bg-[#e5e55e]"
/* SCSS */
$brand: #e5e55e;
/* SwiftUI */
Color(red: 0.898, green: 0.898, blue: 0.369)
/* Android */
Color.parseColor("#e5e55e")Accessibility — WCAG contrast
Aa
#e5e55e on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e55e on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green89.8%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow59.0%
Key (black)10.2%
Color previews
#e5e55e text on a black background
contrast 15.70:1
Card sample
#e5e55e text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e55e;
Background color
Panel with #e5e55e background
background-color: #e5e55e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e55e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 229, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 229, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e55e; background: linear-gradient(135deg, #e5e55e, #8BE55E);