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