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