#e4df4b
a balanced, vivid yellow · cool · closest name: gold
RGB
228, 223, 75
HSL
58°, 74%, 59%
CMYK
0, 2, 67, 11
Luminance
0.6978
Every format
| HEX | #e4df4b |
| RGB | rgb(228, 223, 75) |
| HSL | hsl(58, 74%, 59%) |
| CMYK | cmyk(0%, 2%, 67%, 11%) |
| LAB | lab(86.9 -15.4 69.7) |
| LCH | lch(86.9 71.4 102.4) |
| OKLCH | oklch(0.882 0.164 107.4) |
Copy-ready code
/* CSS */
color: #e4df4b;
background-color: #e4df4b;
/* Tailwind (arbitrary) */
class="text-[#e4df4b] bg-[#e4df4b]"
/* SCSS */
$brand: #e4df4b;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.294)
/* Android */
Color.parseColor("#e4df4b")Accessibility — WCAG contrast
Aa
#e4df4b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4df4b on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow67.1%
Key (black)10.6%
Color previews
#e4df4b text on a black background
contrast 14.96:1
Card sample
#e4df4b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4df4b;
Background color
Panel with #e4df4b background
background-color: #e4df4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4df4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4df4b; background: linear-gradient(135deg, #e4df4b, #83E44B);