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