#eed95f
a light, electric yellow · cool · closest name: khaki
RGB
238, 217, 95
HSL
51°, 81%, 65%
CMYK
0, 9, 60, 7
Luminance
0.6863
Every format
| HEX | #eed95f |
| RGB | rgb(238, 217, 95) |
| HSL | hsl(51, 81%, 65%) |
| CMYK | cmyk(0%, 9%, 60%, 7%) |
| LAB | lab(86.3 -7.1 61.2) |
| LCH | lch(86.3 61.6 96.6) |
| OKLCH | oklch(0.880 0.143 99.6) |
Copy-ready code
/* CSS */
color: #eed95f;
background-color: #eed95f;
/* Tailwind (arbitrary) */
class="text-[#eed95f] bg-[#eed95f]"
/* SCSS */
$brand: #eed95f;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.373)
/* Android */
Color.parseColor("#eed95f")Accessibility — WCAG contrast
Aa
#eed95f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed95f on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow60.1%
Key (black)6.7%
Color previews
#eed95f text on a black background
contrast 14.73:1
Card sample
#eed95f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed95f;
Background color
Panel with #eed95f background
background-color: #eed95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed95f; background: linear-gradient(135deg, #eed95f, #A4EE5F);