#eed97f
a light, electric yellow · cool · closest name: khaki
RGB
238, 217, 127
HSL
49°, 77%, 72%
CMYK
0, 9, 47, 7
Luminance
0.6934
Every format
| HEX | #eed97f |
| RGB | rgb(238, 217, 127) |
| HSL | hsl(49, 77%, 72%) |
| CMYK | cmyk(0%, 9%, 47%, 7%) |
| LAB | lab(86.7 -4.5 46.7) |
| LCH | lch(86.7 47.0 95.5) |
| OKLCH | oklch(0.884 0.113 96.6) |
Copy-ready code
/* CSS */
color: #eed97f;
background-color: #eed97f;
/* Tailwind (arbitrary) */
class="text-[#eed97f] bg-[#eed97f]"
/* SCSS */
$brand: #eed97f;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.498)
/* Android */
Color.parseColor("#eed97f")Accessibility — WCAG contrast
Aa
#eed97f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed97f on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow46.6%
Key (black)6.7%
Color previews
#eed97f text on a black background
contrast 14.87:1
Card sample
#eed97f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed97f;
Background color
Panel with #eed97f background
background-color: #eed97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed97f; background: linear-gradient(135deg, #eed97f, #B9EE7F);