#e1eb70
a light, electric yellow · cool · closest name: khaki
RGB
225, 235, 112
HSL
65°, 76%, 68%
CMYK
4, 0, 52, 8
Luminance
0.7659
Every format
| HEX | #e1eb70 |
| RGB | rgb(225, 235, 112) |
| HSL | hsl(65, 76%, 68%) |
| CMYK | cmyk(4%, 0%, 52%, 8%) |
| LAB | lab(90.1 -19.9 57.7) |
| LCH | lch(90.1 61.1 109.1) |
| OKLCH | oklch(0.908 0.147 113.2) |
Copy-ready code
/* CSS */
color: #e1eb70;
background-color: #e1eb70;
/* Tailwind (arbitrary) */
class="text-[#e1eb70] bg-[#e1eb70]"
/* SCSS */
$brand: #e1eb70;
/* SwiftUI */
Color(red: 0.882, green: 0.922, blue: 0.439)
/* Android */
Color.parseColor("#e1eb70")Accessibility — WCAG contrast
Aa
#e1eb70 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1eb70 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green92.2%
Blue43.9%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow52.3%
Key (black)7.8%
Color previews
#e1eb70 text on a black background
contrast 16.32:1
Card sample
#e1eb70 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1eb70;
Background color
Panel with #e1eb70 background
background-color: #e1eb70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1eb70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 235, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 235, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1eb70; background: linear-gradient(135deg, #e1eb70, #8FEB70);