#edeb59
a balanced, electric yellow · cool · closest name: gold
RGB
237, 235, 89
HSL
59°, 80%, 64%
CMYK
0, 1, 62, 7
Luminance
0.7814
Every format
| HEX | #edeb59 |
| RGB | rgb(237, 235, 89) |
| HSL | hsl(59, 80%, 64%) |
| CMYK | cmyk(0%, 1%, 62%, 7%) |
| LAB | lab(90.8 -16.8 68.6) |
| LCH | lch(90.8 70.6 103.8) |
| OKLCH | oklch(0.915 0.164 108.5) |
Copy-ready code
/* CSS */
color: #edeb59;
background-color: #edeb59;
/* Tailwind (arbitrary) */
class="text-[#edeb59] bg-[#edeb59]"
/* SCSS */
$brand: #edeb59;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.349)
/* Android */
Color.parseColor("#edeb59")Accessibility — WCAG contrast
Aa
#edeb59 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb59 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow62.4%
Key (black)7.1%
Color previews
#edeb59 text on a black background
contrast 16.63:1
Card sample
#edeb59 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb59;
Background color
Panel with #edeb59 background
background-color: #edeb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb59; background: linear-gradient(135deg, #edeb59, #8CED59);