#eed766
a light, electric yellow · cool · closest name: khaki
RGB
238, 215, 102
HSL
50°, 80%, 67%
CMYK
0, 10, 57, 7
Luminance
0.6774
Every format
| HEX | #eed766 |
| RGB | rgb(238, 215, 102) |
| HSL | hsl(50, 80%, 67%) |
| CMYK | cmyk(0%, 10%, 57%, 7%) |
| LAB | lab(85.9 -5.6 57.6) |
| LCH | lch(85.9 57.9 95.5) |
| OKLCH | oklch(0.876 0.135 98.0) |
Copy-ready code
/* CSS */
color: #eed766;
background-color: #eed766;
/* Tailwind (arbitrary) */
class="text-[#eed766] bg-[#eed766]"
/* SCSS */
$brand: #eed766;
/* SwiftUI */
Color(red: 0.933, green: 0.843, blue: 0.400)
/* Android */
Color.parseColor("#eed766")Accessibility — WCAG contrast
Aa
#eed766 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed766 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow57.1%
Key (black)6.7%
Color previews
#eed766 text on a black background
contrast 14.55:1
Card sample
#eed766 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed766;
Background color
Panel with #eed766 background
background-color: #eed766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 215, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 215, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed766; background: linear-gradient(135deg, #eed766, #AAEE66);