#eee71f
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 231, 31
HSL
58°, 86%, 53%
CMYK
0, 3, 87, 7
Luminance
0.7543
Every format
| HEX | #eee71f |
| RGB | rgb(238, 231, 31) |
| HSL | hsl(58, 86%, 53%) |
| CMYK | cmyk(0%, 3%, 87%, 7%) |
| LAB | lab(89.6 -16.7 84.9) |
| LCH | lch(89.6 86.5 101.1) |
| OKLCH | oklch(0.905 0.189 107.4) |
Copy-ready code
/* CSS */
color: #eee71f;
background-color: #eee71f;
/* Tailwind (arbitrary) */
class="text-[#eee71f] bg-[#eee71f]"
/* SCSS */
$brand: #eee71f;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.122)
/* Android */
Color.parseColor("#eee71f")Accessibility — WCAG contrast
Aa
#eee71f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee71f on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow87.0%
Key (black)6.7%
Color previews
#eee71f text on a black background
contrast 16.09:1
Card sample
#eee71f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee71f;
Background color
Panel with #eee71f background
background-color: #eee71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee71f; background: linear-gradient(135deg, #eee71f, #6BEE1F);