#eddf45
a balanced, electric yellow · cool · closest name: gold
RGB
237, 223, 69
HSL
55°, 82%, 60%
CMYK
0, 6, 71, 7
Luminance
0.7121
Every format
| HEX | #eddf45 |
| RGB | rgb(237, 223, 69) |
| HSL | hsl(55, 82%, 60%) |
| CMYK | cmyk(0%, 6%, 71%, 7%) |
| LAB | lab(87.6 -12.0 72.9) |
| LCH | lch(87.6 73.8 99.3) |
| OKLCH | oklch(0.889 0.166 104.1) |
Copy-ready code
/* CSS */
color: #eddf45;
background-color: #eddf45;
/* Tailwind (arbitrary) */
class="text-[#eddf45] bg-[#eddf45]"
/* SCSS */
$brand: #eddf45;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.271)
/* Android */
Color.parseColor("#eddf45")Accessibility — WCAG contrast
Aa
#eddf45 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf45 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow70.9%
Key (black)7.1%
Color previews
#eddf45 text on a black background
contrast 15.24:1
Card sample
#eddf45 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf45;
Background color
Panel with #eddf45 background
background-color: #eddf45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf45; background: linear-gradient(135deg, #eddf45, #8BED45);