#eece21
a balanced, electric yellow · cool · closest name: gold
RGB
238, 206, 33
HSL
51°, 86%, 53%
CMYK
0, 13, 86, 7
Luminance
0.6243
Every format
| HEX | #eece21 |
| RGB | rgb(238, 206, 33) |
| HSL | hsl(51, 86%, 53%) |
| CMYK | cmyk(0%, 13%, 86%, 7%) |
| LAB | lab(83.1 -4.2 79.3) |
| LCH | lch(83.1 79.5 93.0) |
| OKLCH | oklch(0.853 0.170 97.3) |
Copy-ready code
/* CSS */
color: #eece21;
background-color: #eece21;
/* Tailwind (arbitrary) */
class="text-[#eece21] bg-[#eece21]"
/* SCSS */
$brand: #eece21;
/* SwiftUI */
Color(red: 0.933, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#eece21")Accessibility — WCAG contrast
Aa
#eece21 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eece21 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow86.1%
Key (black)6.7%
Color previews
#eece21 text on a black background
contrast 13.49:1
Card sample
#eece21 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eece21;
Background color
Panel with #eece21 background
background-color: #eece21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eece21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eece21; background: linear-gradient(135deg, #eece21, #85EE21);