#eedd11
a balanced, electric yellow · cool · closest name: gold
RGB
238, 221, 17
HSL
55°, 87%, 50%
CMYK
0, 7, 93, 7
Luminance
0.6993
Every format
| HEX | #eedd11 |
| RGB | rgb(238, 221, 17) |
| HSL | hsl(55, 87%, 50%) |
| CMYK | cmyk(0%, 7%, 93%, 7%) |
| LAB | lab(87.0 -12.0 84.9) |
| LCH | lch(87.0 85.8 98.0) |
| OKLCH | oklch(0.883 0.184 103.8) |
Copy-ready code
/* CSS */
color: #eedd11;
background-color: #eedd11;
/* Tailwind (arbitrary) */
class="text-[#eedd11] bg-[#eedd11]"
/* SCSS */
$brand: #eedd11;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.067)
/* Android */
Color.parseColor("#eedd11")Accessibility — WCAG contrast
Aa
#eedd11 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd11 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow92.9%
Key (black)6.7%
Color previews
#eedd11 text on a black background
contrast 14.99:1
Card sample
#eedd11 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd11;
Background color
Panel with #eedd11 background
background-color: #eedd11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd11; background: linear-gradient(135deg, #eedd11, #6CEE11);