#eade5f
a balanced, electric yellow · cool · closest name: khaki
RGB
234, 222, 95
HSL
55°, 77%, 65%
CMYK
0, 5, 59, 8
Luminance
0.7056
Every format
| HEX | #eade5f |
| RGB | rgb(234, 222, 95) |
| HSL | hsl(55, 77%, 65%) |
| CMYK | cmyk(0%, 5%, 59%, 8%) |
| LAB | lab(87.3 -11.2 62.2) |
| LCH | lch(87.3 63.2 100.2) |
| OKLCH | oklch(0.886 0.147 103.9) |
Copy-ready code
/* CSS */
color: #eade5f;
background-color: #eade5f;
/* Tailwind (arbitrary) */
class="text-[#eade5f] bg-[#eade5f]"
/* SCSS */
$brand: #eade5f;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.373)
/* Android */
Color.parseColor("#eade5f")Accessibility — WCAG contrast
Aa
#eade5f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade5f on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow59.4%
Key (black)8.2%
Color previews
#eade5f text on a black background
contrast 15.11:1
Card sample
#eade5f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade5f;
Background color
Panel with #eade5f background
background-color: #eade5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade5f; background: linear-gradient(135deg, #eade5f, #99EA5F);