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