#eeee55
a balanced, electric yellow · cool · closest name: gold
RGB
238, 238, 85
HSL
60°, 82%, 63%
CMYK
0, 0, 64, 7
Luminance
0.7998
Every format
| HEX | #eeee55 |
| RGB | rgb(238, 238, 85) |
| HSL | hsl(60, 82%, 63%) |
| CMYK | cmyk(0%, 0%, 64%, 7%) |
| LAB | lab(91.7 -18.1 71.1) |
| LCH | lch(91.7 73.3 104.3) |
| OKLCH | oklch(0.922 0.170 109.3) |
Copy-ready code
/* CSS */
color: #eeee55;
background-color: #eeee55;
/* Tailwind (arbitrary) */
class="text-[#eeee55] bg-[#eeee55]"
/* SCSS */
$brand: #eeee55;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.333)
/* Android */
Color.parseColor("#eeee55")Accessibility — WCAG contrast
Aa
#eeee55 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee55 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow64.3%
Key (black)6.7%
Color previews
#eeee55 text on a black background
contrast 17.00:1
Card sample
#eeee55 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee55;
Background color
Panel with #eeee55 background
background-color: #eeee55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee55; background: linear-gradient(135deg, #eeee55, #88EE55);