#eef607
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 246, 7
HSL
62°, 95%, 50%
CMYK
3, 0, 97, 4
Luminance
0.8410
Every format
| HEX | #eef607 |
| RGB | rgb(238, 246, 7) |
| HSL | hsl(62, 95%, 50%) |
| CMYK | cmyk(3%, 0%, 97%, 4%) |
| LAB | lab(93.5 -24.2 90.7) |
| LCH | lch(93.5 93.9 104.9) |
| OKLCH | oklch(0.936 0.207 112.2) |
Copy-ready code
/* CSS */
color: #eef607;
background-color: #eef607;
/* Tailwind (arbitrary) */
class="text-[#eef607] bg-[#eef607]"
/* SCSS */
$brand: #eef607;
/* SwiftUI */
Color(red: 0.933, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#eef607")Accessibility — WCAG contrast
Aa
#eef607 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef607 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.5%
Blue2.7%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow97.2%
Key (black)3.5%
Color previews
#eef607 text on a black background
contrast 17.82:1
Card sample
#eef607 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef607;
Background color
Panel with #eef607 background
background-color: #eef607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef607; background: linear-gradient(135deg, #eef607, #4FF607);