#e0e0a3
a light, vivid yellow · cool · closest name: khaki
RGB
224, 224, 163
HSL
60°, 50%, 76%
CMYK
0, 0, 27, 12
Luminance
0.7180
Every format
| HEX | #e0e0a3 |
| RGB | rgb(224, 224, 163) |
| HSL | hsl(60, 50%, 76%) |
| CMYK | cmyk(0%, 0%, 27%, 12%) |
| LAB | lab(87.9 -9.5 30.0) |
| LCH | lch(87.9 31.4 107.5) |
| OKLCH | oklch(0.892 0.079 107.9) |
Copy-ready code
/* CSS */
color: #e0e0a3;
background-color: #e0e0a3;
/* Tailwind (arbitrary) */
class="text-[#e0e0a3] bg-[#e0e0a3]"
/* SCSS */
$brand: #e0e0a3;
/* SwiftUI */
Color(red: 0.878, green: 0.878, blue: 0.639)
/* Android */
Color.parseColor("#e0e0a3")Accessibility — WCAG contrast
Aa
#e0e0a3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e0a3 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green87.8%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow27.2%
Key (black)12.2%
Color previews
#e0e0a3 text on a black background
contrast 15.36:1
Card sample
#e0e0a3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e0a3;
Background color
Panel with #e0e0a3 background
background-color: #e0e0a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e0a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 224, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 224, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e0a3; background: linear-gradient(135deg, #e0e0a3, #B7E0A3);