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