#eee156
a balanced, electric yellow · cool · closest name: gold
RGB
238, 225, 86
HSL
55°, 82%, 64%
CMYK
0, 6, 64, 7
Luminance
0.7270
Every format
| HEX | #eee156 |
| RGB | rgb(238, 225, 86) |
| HSL | hsl(55, 82%, 64%) |
| CMYK | cmyk(0%, 6%, 64%, 7%) |
| LAB | lab(88.3 -11.7 67.2) |
| LCH | lch(88.3 68.2 99.8) |
| OKLCH | oklch(0.895 0.157 104.0) |
Copy-ready code
/* CSS */
color: #eee156;
background-color: #eee156;
/* Tailwind (arbitrary) */
class="text-[#eee156] bg-[#eee156]"
/* SCSS */
$brand: #eee156;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.337)
/* Android */
Color.parseColor("#eee156")Accessibility — WCAG contrast
Aa
#eee156 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee156 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow63.9%
Key (black)6.7%
Color previews
#eee156 text on a black background
contrast 15.54:1
Card sample
#eee156 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee156;
Background color
Panel with #eee156 background
background-color: #eee156;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee156;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee156; background: linear-gradient(135deg, #eee156, #96EE56);