#eddf02
a balanced, electric yellow · cool · closest name: gold
RGB
237, 223, 2
HSL
56°, 98%, 47%
CMYK
0, 6, 99, 7
Luminance
0.7078
Every format
| HEX | #eddf02 |
| RGB | rgb(237, 223, 2) |
| HSL | hsl(56, 98%, 47%) |
| CMYK | cmyk(0%, 6%, 99%, 7%) |
| LAB | lab(87.4 -13.6 86.6) |
| LCH | lch(87.4 87.6 98.9) |
| OKLCH | oklch(0.887 0.188 105.0) |
Copy-ready code
/* CSS */
color: #eddf02;
background-color: #eddf02;
/* Tailwind (arbitrary) */
class="text-[#eddf02] bg-[#eddf02]"
/* SCSS */
$brand: #eddf02;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.008)
/* Android */
Color.parseColor("#eddf02")Accessibility — WCAG contrast
Aa
#eddf02 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf02 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow99.2%
Key (black)7.1%
Color previews
#eddf02 text on a black background
contrast 15.16:1
Card sample
#eddf02 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf02;
Background color
Panel with #eddf02 background
background-color: #eddf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf02; background: linear-gradient(135deg, #eddf02, #5FED02);