#e4f685
a light, electric yellow · cool · closest name: khaki
RGB
228, 246, 133
HSL
70°, 86%, 74%
CMYK
7, 0, 46, 4
Luminance
0.8410
Every format
| HEX | #e4f685 |
| RGB | rgb(228, 246, 133) |
| HSL | hsl(70, 86%, 74%) |
| CMYK | cmyk(7%, 0%, 46%, 4%) |
| LAB | lab(93.5 -22.2 52.1) |
| LCH | lch(93.5 56.6 113.1) |
| OKLCH | oklch(0.936 0.140 116.6) |
Copy-ready code
/* CSS */
color: #e4f685;
background-color: #e4f685;
/* Tailwind (arbitrary) */
class="text-[#e4f685] bg-[#e4f685]"
/* SCSS */
$brand: #e4f685;
/* SwiftUI */
Color(red: 0.894, green: 0.965, blue: 0.522)
/* Android */
Color.parseColor("#e4f685")Accessibility — WCAG contrast
Aa
#e4f685 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4f685 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green96.5%
Blue52.2%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow45.9%
Key (black)3.5%
Color previews
#e4f685 text on a black background
contrast 17.82:1
Card sample
#e4f685 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4f685;
Background color
Panel with #e4f685 background
background-color: #e4f685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4f685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 246, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 246, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4f685; background: linear-gradient(135deg, #e4f685, #99F685);