#e8df4b
a balanced, electric yellow · cool · closest name: gold
RGB
232, 223, 75
HSL
57°, 77%, 60%
CMYK
0, 4, 68, 9
Luminance
0.7044
Every format
| HEX | #e8df4b |
| RGB | rgb(232, 223, 75) |
| HSL | hsl(57, 77%, 60%) |
| CMYK | cmyk(0%, 4%, 68%, 9%) |
| LAB | lab(87.2 -13.7 70.2) |
| LCH | lch(87.2 71.5 101.1) |
| OKLCH | oklch(0.885 0.163 105.9) |
Copy-ready code
/* CSS */
color: #e8df4b;
background-color: #e8df4b;
/* Tailwind (arbitrary) */
class="text-[#e8df4b] bg-[#e8df4b]"
/* SCSS */
$brand: #e8df4b;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.294)
/* Android */
Color.parseColor("#e8df4b")Accessibility — WCAG contrast
Aa
#e8df4b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8df4b on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow67.7%
Key (black)9.0%
Color previews
#e8df4b text on a black background
contrast 15.09:1
Card sample
#e8df4b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8df4b;
Background color
Panel with #e8df4b background
background-color: #e8df4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8df4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8df4b; background: linear-gradient(135deg, #e8df4b, #88E84B);