#eedb3b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 219, 59
HSL
54°, 84%, 58%
CMYK
0, 8, 75, 7
Luminance
0.6916
Every format
| HEX | #eedb3b |
| RGB | rgb(238, 219, 59) |
| HSL | hsl(54, 84%, 58%) |
| CMYK | cmyk(0%, 8%, 75%, 7%) |
| LAB | lab(86.6 -10.0 75.3) |
| LCH | lch(86.6 76.0 97.5) |
| OKLCH | oklch(0.881 0.169 102.3) |
Copy-ready code
/* CSS */
color: #eedb3b;
background-color: #eedb3b;
/* Tailwind (arbitrary) */
class="text-[#eedb3b] bg-[#eedb3b]"
/* SCSS */
$brand: #eedb3b;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.231)
/* Android */
Color.parseColor("#eedb3b")Accessibility — WCAG contrast
Aa
#eedb3b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedb3b on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow75.2%
Key (black)6.7%
Color previews
#eedb3b text on a black background
contrast 14.83:1
Card sample
#eedb3b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedb3b;
Background color
Panel with #eedb3b background
background-color: #eedb3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedb3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedb3b; background: linear-gradient(135deg, #eedb3b, #8AEE3B);