#edaf2c
a balanced, electric yellow · warm · closest name: orange
RGB
237, 175, 44
HSL
41°, 84%, 55%
CMYK
0, 26, 81, 7
Luminance
0.4885
Every format
| HEX | #edaf2c |
| RGB | rgb(237, 175, 44) |
| HSL | hsl(41, 84%, 55%) |
| CMYK | cmyk(0%, 26%, 81%, 7%) |
| LAB | lab(75.4 11.8 69.9) |
| LCH | lch(75.4 70.9 80.5) |
| OKLCH | oklch(0.792 0.152 80.6) |
Copy-ready code
/* CSS */
color: #edaf2c;
background-color: #edaf2c;
/* Tailwind (arbitrary) */
class="text-[#edaf2c] bg-[#edaf2c]"
/* SCSS */
$brand: #edaf2c;
/* SwiftUI */
Color(red: 0.929, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#edaf2c")Accessibility — WCAG contrast
Aa
#edaf2c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edaf2c on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow81.4%
Key (black)7.1%
Color previews
#edaf2c text on a black background
contrast 10.77:1
Card sample
#edaf2c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edaf2c;
Background color
Panel with #edaf2c background
background-color: #edaf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edaf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edaf2c; background: linear-gradient(135deg, #edaf2c, #AAED2C);