#eee656
a balanced, electric yellow · cool · closest name: gold
RGB
238, 230, 86
HSL
57°, 82%, 64%
CMYK
0, 3, 64, 7
Luminance
0.7544
Every format
| HEX | #eee656 |
| RGB | rgb(238, 230, 86) |
| HSL | hsl(57, 82%, 64%) |
| CMYK | cmyk(0%, 3%, 64%, 7%) |
| LAB | lab(89.6 -14.1 68.5) |
| LCH | lch(89.6 70.0 101.6) |
| OKLCH | oklch(0.905 0.161 106.1) |
Copy-ready code
/* CSS */
color: #eee656;
background-color: #eee656;
/* Tailwind (arbitrary) */
class="text-[#eee656] bg-[#eee656]"
/* SCSS */
$brand: #eee656;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.337)
/* Android */
Color.parseColor("#eee656")Accessibility — WCAG contrast
Aa
#eee656 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee656 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow63.9%
Key (black)6.7%
Color previews
#eee656 text on a black background
contrast 16.09:1
Card sample
#eee656 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee656;
Background color
Panel with #eee656 background
background-color: #eee656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee656; background: linear-gradient(135deg, #eee656, #91EE56);