#eed607
a balanced, electric yellow · cool · closest name: gold
RGB
238, 214, 7
HSL
54°, 94%, 48%
CMYK
0, 10, 97, 7
Luminance
0.6629
Every format
| HEX | #eed607 |
| RGB | rgb(238, 214, 7) |
| HSL | hsl(54, 94%, 48%) |
| CMYK | cmyk(0%, 10%, 97%, 7%) |
| LAB | lab(85.1 -8.6 84.5) |
| LCH | lch(85.1 85.0 95.8) |
| OKLCH | oklch(0.869 0.180 101.1) |
Copy-ready code
/* CSS */
color: #eed607;
background-color: #eed607;
/* Tailwind (arbitrary) */
class="text-[#eed607] bg-[#eed607]"
/* SCSS */
$brand: #eed607;
/* SwiftUI */
Color(red: 0.933, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#eed607")Accessibility — WCAG contrast
Aa
#eed607 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed607 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow97.1%
Key (black)6.7%
Color previews
#eed607 text on a black background
contrast 14.26:1
Card sample
#eed607 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed607;
Background color
Panel with #eed607 background
background-color: #eed607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed607; background: linear-gradient(135deg, #eed607, #6CEE07);