#e6eb49
a balanced, electric yellow · cool · closest name: yellow
RGB
230, 235, 73
HSL
62°, 80%, 60%
CMYK
2, 0, 69, 8
Luminance
0.7672
Every format
| HEX | #e6eb49 |
| RGB | rgb(230, 235, 73) |
| HSL | hsl(62, 80%, 60%) |
| CMYK | cmyk(2%, 0%, 69%, 8%) |
| LAB | lab(90.2 -20.5 73.8) |
| LCH | lch(90.2 76.6 105.5) |
| OKLCH | oklch(0.908 0.176 111.2) |
Copy-ready code
/* CSS */
color: #e6eb49;
background-color: #e6eb49;
/* Tailwind (arbitrary) */
class="text-[#e6eb49] bg-[#e6eb49]"
/* SCSS */
$brand: #e6eb49;
/* SwiftUI */
Color(red: 0.902, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#e6eb49")Accessibility — WCAG contrast
Aa
#e6eb49 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6eb49 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.2%
Blue28.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#e6eb49 text on a black background
contrast 16.34:1
Card sample
#e6eb49 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6eb49;
Background color
Panel with #e6eb49 background
background-color: #e6eb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6eb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6eb49; background: linear-gradient(135deg, #e6eb49, #7AEB49);