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