#eedd63
a light, electric yellow · cool · closest name: khaki
RGB
238, 221, 99
HSL
53°, 80%, 66%
CMYK
0, 7, 58, 7
Luminance
0.7079
Every format
| HEX | #eedd63 |
| RGB | rgb(238, 221, 99) |
| HSL | hsl(53, 80%, 66%) |
| CMYK | cmyk(0%, 7%, 58%, 7%) |
| LAB | lab(87.4 -8.8 60.7) |
| LCH | lch(87.4 61.3 98.3) |
| OKLCH | oklch(0.888 0.143 101.4) |
Copy-ready code
/* CSS */
color: #eedd63;
background-color: #eedd63;
/* Tailwind (arbitrary) */
class="text-[#eedd63] bg-[#eedd63]"
/* SCSS */
$brand: #eedd63;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.388)
/* Android */
Color.parseColor("#eedd63")Accessibility — WCAG contrast
Aa
#eedd63 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd63 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow58.4%
Key (black)6.7%
Color previews
#eedd63 text on a black background
contrast 15.16:1
Card sample
#eedd63 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd63;
Background color
Panel with #eedd63 background
background-color: #eedd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd63; background: linear-gradient(135deg, #eedd63, #A2EE63);