#edeb2d
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 235, 45
HSL
59°, 84%, 55%
CMYK
0, 1, 81, 7
Luminance
0.7761
Every format
| HEX | #edeb2d |
| RGB | rgb(237, 235, 45) |
| HSL | hsl(59, 84%, 55%) |
| CMYK | cmyk(0%, 1%, 81%, 7%) |
| LAB | lab(90.6 -18.7 82.8) |
| LCH | lch(90.6 84.9 102.8) |
| OKLCH | oklch(0.913 0.189 109.0) |
Copy-ready code
/* CSS */
color: #edeb2d;
background-color: #edeb2d;
/* Tailwind (arbitrary) */
class="text-[#edeb2d] bg-[#edeb2d]"
/* SCSS */
$brand: #edeb2d;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.176)
/* Android */
Color.parseColor("#edeb2d")Accessibility — WCAG contrast
Aa
#edeb2d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb2d on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow81.0%
Key (black)7.1%
Color previews
#edeb2d text on a black background
contrast 16.52:1
Card sample
#edeb2d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb2d;
Background color
Panel with #edeb2d background
background-color: #edeb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb2d; background: linear-gradient(135deg, #edeb2d, #6FED2D);