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