#e5df72
a light, vivid yellow · cool · closest name: khaki
RGB
229, 223, 114
HSL
57°, 69%, 67%
CMYK
0, 3, 50, 10
Luminance
0.7065
Every format
| HEX | #e5df72 |
| RGB | rgb(229, 223, 114) |
| HSL | hsl(57, 69%, 67%) |
| CMYK | cmyk(0%, 3%, 50%, 10%) |
| LAB | lab(87.3 -12.3 53.6) |
| LCH | lch(87.3 55.0 102.9) |
| OKLCH | oklch(0.886 0.132 105.9) |
Copy-ready code
/* CSS */
color: #e5df72;
background-color: #e5df72;
/* Tailwind (arbitrary) */
class="text-[#e5df72] bg-[#e5df72]"
/* SCSS */
$brand: #e5df72;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#e5df72")Accessibility — WCAG contrast
Aa
#e5df72 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5df72 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow50.2%
Key (black)10.2%
Color previews
#e5df72 text on a black background
contrast 15.13:1
Card sample
#e5df72 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5df72;
Background color
Panel with #e5df72 background
background-color: #e5df72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5df72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5df72; background: linear-gradient(135deg, #e5df72, #9EE572);