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