#e4e45c
a balanced, vivid yellow · cool · closest name: khaki
RGB
228, 228, 92
HSL
60°, 72%, 63%
CMYK
0, 0, 60, 11
Luminance
0.7275
Every format
| HEX | #e4e45c |
| RGB | rgb(228, 228, 92) |
| HSL | hsl(60, 72%, 63%) |
| CMYK | cmyk(0%, 0%, 60%, 11%) |
| LAB | lab(88.3 -16.8 64.5) |
| LCH | lch(88.3 66.6 104.6) |
| OKLCH | oklch(0.894 0.156 109.2) |
Copy-ready code
/* CSS */
color: #e4e45c;
background-color: #e4e45c;
/* Tailwind (arbitrary) */
class="text-[#e4e45c] bg-[#e4e45c]"
/* SCSS */
$brand: #e4e45c;
/* SwiftUI */
Color(red: 0.894, green: 0.894, blue: 0.361)
/* Android */
Color.parseColor("#e4e45c")Accessibility — WCAG contrast
Aa
#e4e45c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e45c on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green89.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow59.6%
Key (black)10.6%
Color previews
#e4e45c text on a black background
contrast 15.55:1
Card sample
#e4e45c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e45c;
Background color
Panel with #e4e45c background
background-color: #e4e45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 228, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 228, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e45c; background: linear-gradient(135deg, #e4e45c, #89E45C);