#eedf6f
a light, electric yellow · cool · closest name: khaki
RGB
238, 223, 111
HSL
53°, 79%, 68%
CMYK
0, 6, 53, 7
Luminance
0.7210
Every format
| HEX | #eedf6f |
| RGB | rgb(238, 223, 111) |
| HSL | hsl(53, 79%, 68%) |
| CMYK | cmyk(0%, 6%, 53%, 7%) |
| LAB | lab(88.0 -8.9 56.0) |
| LCH | lch(88.0 56.7 99.1) |
| OKLCH | oklch(0.894 0.134 101.8) |
Copy-ready code
/* CSS */
color: #eedf6f;
background-color: #eedf6f;
/* Tailwind (arbitrary) */
class="text-[#eedf6f] bg-[#eedf6f]"
/* SCSS */
$brand: #eedf6f;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#eedf6f")Accessibility — WCAG contrast
Aa
#eedf6f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf6f on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow53.4%
Key (black)6.7%
Color previews
#eedf6f text on a black background
contrast 15.42:1
Card sample
#eedf6f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf6f;
Background color
Panel with #eedf6f background
background-color: #eedf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf6f; background: linear-gradient(135deg, #eedf6f, #A8EE6F);