#eed033
a balanced, electric yellow · cool · closest name: gold
RGB
238, 208, 51
HSL
50°, 85%, 57%
CMYK
0, 13, 79, 7
Luminance
0.6353
Every format
| HEX | #eed033 |
| RGB | rgb(238, 208, 51) |
| HSL | hsl(50, 85%, 57%) |
| CMYK | cmyk(0%, 13%, 79%, 7%) |
| LAB | lab(83.7 -4.7 75.2) |
| LCH | lch(83.7 75.4 93.6) |
| OKLCH | oklch(0.858 0.164 97.6) |
Copy-ready code
/* CSS */
color: #eed033;
background-color: #eed033;
/* Tailwind (arbitrary) */
class="text-[#eed033] bg-[#eed033]"
/* SCSS */
$brand: #eed033;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.200)
/* Android */
Color.parseColor("#eed033")Accessibility — WCAG contrast
Aa
#eed033 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed033 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow78.6%
Key (black)6.7%
Color previews
#eed033 text on a black background
contrast 13.71:1
Card sample
#eed033 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed033;
Background color
Panel with #eed033 background
background-color: #eed033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed033; background: linear-gradient(135deg, #eed033, #8FEE33);