#e2e607
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 230, 7
HSL
61°, 94%, 47%
CMYK
2, 0, 97, 10
Luminance
0.7278
Every format
| HEX | #e2e607 |
| RGB | rgb(226, 230, 7) |
| HSL | hsl(61, 94%, 47%) |
| CMYK | cmyk(2%, 0%, 97%, 10%) |
| LAB | lab(88.3 -21.6 86.5) |
| LCH | lch(88.3 89.1 104.0) |
| OKLCH | oklch(0.892 0.195 111.0) |
Copy-ready code
/* CSS */
color: #e2e607;
background-color: #e2e607;
/* Tailwind (arbitrary) */
class="text-[#e2e607] bg-[#e2e607]"
/* SCSS */
$brand: #e2e607;
/* SwiftUI */
Color(red: 0.886, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#e2e607")Accessibility — WCAG contrast
Aa
#e2e607 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e607 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green90.2%
Blue2.7%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#e2e607 text on a black background
contrast 15.56:1
Card sample
#e2e607 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e607;
Background color
Panel with #e2e607 background
background-color: #e2e607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e607; background: linear-gradient(135deg, #e2e607, #4DE607);