#edeb39
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 235, 57
HSL
59°, 83%, 58%
CMYK
0, 1, 76, 7
Luminance
0.7772
Every format
| HEX | #edeb39 |
| RGB | rgb(237, 235, 57) |
| HSL | hsl(59, 83%, 58%) |
| CMYK | cmyk(0%, 1%, 76%, 7%) |
| LAB | lab(90.7 -18.3 79.6) |
| LCH | lch(90.7 81.7 103.0) |
| OKLCH | oklch(0.913 0.183 108.9) |
Copy-ready code
/* CSS */
color: #edeb39;
background-color: #edeb39;
/* Tailwind (arbitrary) */
class="text-[#edeb39] bg-[#edeb39]"
/* SCSS */
$brand: #edeb39;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#edeb39")Accessibility — WCAG contrast
Aa
#edeb39 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb39 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow75.9%
Key (black)7.1%
Color previews
#edeb39 text on a black background
contrast 16.54:1
Card sample
#edeb39 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb39;
Background color
Panel with #edeb39 background
background-color: #edeb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb39; background: linear-gradient(135deg, #edeb39, #77ED39);