#edcf39
a balanced, electric yellow · cool · closest name: gold
RGB
237, 207, 57
HSL
50°, 83%, 58%
CMYK
0, 13, 76, 7
Luminance
0.6293
Every format
| HEX | #edcf39 |
| RGB | rgb(237, 207, 57) |
| HSL | hsl(50, 83%, 58%) |
| CMYK | cmyk(0%, 13%, 76%, 7%) |
| LAB | lab(83.4 -4.4 73.0) |
| LCH | lch(83.4 73.1 93.5) |
| OKLCH | oklch(0.856 0.161 97.2) |
Copy-ready code
/* CSS */
color: #edcf39;
background-color: #edcf39;
/* Tailwind (arbitrary) */
class="text-[#edcf39] bg-[#edcf39]"
/* SCSS */
$brand: #edcf39;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#edcf39")Accessibility — WCAG contrast
Aa
#edcf39 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcf39 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow75.9%
Key (black)7.1%
Color previews
#edcf39 text on a black background
contrast 13.59:1
Card sample
#edcf39 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcf39;
Background color
Panel with #edcf39 background
background-color: #edcf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcf39; background: linear-gradient(135deg, #edcf39, #93ED39);