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