#ead577
a light, vivid yellow · cool · closest name: khaki
RGB
234, 213, 119
HSL
49°, 73%, 69%
CMYK
0, 9, 49, 8
Luminance
0.6641
Every format
| HEX | #ead577 |
| RGB | rgb(234, 213, 119) |
| HSL | hsl(49, 73%, 69%) |
| CMYK | cmyk(0%, 9%, 49%, 8%) |
| LAB | lab(85.2 -4.8 48.8) |
| LCH | lch(85.2 49.0 95.6) |
| OKLCH | oklch(0.871 0.117 97.1) |
Copy-ready code
/* CSS */
color: #ead577;
background-color: #ead577;
/* Tailwind (arbitrary) */
class="text-[#ead577] bg-[#ead577]"
/* SCSS */
$brand: #ead577;
/* SwiftUI */
Color(red: 0.918, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#ead577")Accessibility — WCAG contrast
Aa
#ead577 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead577 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green83.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow49.1%
Key (black)8.2%
Color previews
#ead577 text on a black background
contrast 14.28:1
Card sample
#ead577 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead577;
Background color
Panel with #ead577 background
background-color: #ead577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead577; background: linear-gradient(135deg, #ead577, #B2EA77);