#e0f085
a light, electric yellow · cool · closest name: khaki
RGB
224, 240, 133
HSL
69°, 78%, 73%
CMYK
7, 0, 45, 6
Luminance
0.7986
Every format
| HEX | #e0f085 |
| RGB | rgb(224, 240, 133) |
| HSL | hsl(69, 78%, 73%) |
| CMYK | cmyk(7%, 0%, 45%, 6%) |
| LAB | lab(91.6 -20.8 49.7) |
| LCH | lch(91.6 53.9 112.7) |
| OKLCH | oklch(0.920 0.133 116.1) |
Copy-ready code
/* CSS */
color: #e0f085;
background-color: #e0f085;
/* Tailwind (arbitrary) */
class="text-[#e0f085] bg-[#e0f085]"
/* SCSS */
$brand: #e0f085;
/* SwiftUI */
Color(red: 0.878, green: 0.941, blue: 0.522)
/* Android */
Color.parseColor("#e0f085")Accessibility — WCAG contrast
Aa
#e0f085 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0f085 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green94.1%
Blue52.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow44.6%
Key (black)5.9%
Color previews
#e0f085 text on a black background
contrast 16.97:1
Card sample
#e0f085 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0f085;
Background color
Panel with #e0f085 background
background-color: #e0f085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0f085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 240, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 240, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0f085; background: linear-gradient(135deg, #e0f085, #98F085);