#edce2f
a balanced, electric yellow · cool · closest name: gold
RGB
237, 206, 47
HSL
50°, 84%, 56%
CMYK
0, 13, 80, 7
Luminance
0.6235
Every format
| HEX | #edce2f |
| RGB | rgb(237, 206, 47) |
| HSL | hsl(50, 84%, 56%) |
| CMYK | cmyk(0%, 13%, 80%, 7%) |
| LAB | lab(83.1 -4.3 75.8) |
| LCH | lch(83.1 75.9 93.2) |
| OKLCH | oklch(0.853 0.165 97.2) |
Copy-ready code
/* CSS */
color: #edce2f;
background-color: #edce2f;
/* Tailwind (arbitrary) */
class="text-[#edce2f] bg-[#edce2f]"
/* SCSS */
$brand: #edce2f;
/* SwiftUI */
Color(red: 0.929, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#edce2f")Accessibility — WCAG contrast
Aa
#edce2f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edce2f on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow80.2%
Key (black)7.1%
Color previews
#edce2f text on a black background
contrast 13.47:1
Card sample
#edce2f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edce2f;
Background color
Panel with #edce2f background
background-color: #edce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edce2f; background: linear-gradient(135deg, #edce2f, #8DED2F);