#eed366
a light, electric yellow · cool · closest name: khaki
RGB
238, 211, 102
HSL
48°, 80%, 67%
CMYK
0, 11, 57, 7
Luminance
0.6572
Every format
| HEX | #eed366 |
| RGB | rgb(238, 211, 102) |
| HSL | hsl(48, 80%, 67%) |
| CMYK | cmyk(0%, 11%, 57%, 7%) |
| LAB | lab(84.9 -3.5 56.5) |
| LCH | lch(84.9 56.6 93.6) |
| OKLCH | oklch(0.868 0.132 95.6) |
Copy-ready code
/* CSS */
color: #eed366;
background-color: #eed366;
/* Tailwind (arbitrary) */
class="text-[#eed366] bg-[#eed366]"
/* SCSS */
$brand: #eed366;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.400)
/* Android */
Color.parseColor("#eed366")Accessibility — WCAG contrast
Aa
#eed366 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed366 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow57.1%
Key (black)6.7%
Color previews
#eed366 text on a black background
contrast 14.14:1
Card sample
#eed366 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed366;
Background color
Panel with #eed366 background
background-color: #eed366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed366; background: linear-gradient(135deg, #eed366, #AEEE66);