#eff4af
a light, electric yellow · cool · closest name: khaki
RGB
239, 244, 175
HSL
64°, 76%, 82%
CMYK
2, 0, 28, 4
Luminance
0.8615
Every format
| HEX | #eff4af |
| RGB | rgb(239, 244, 175) |
| HSL | hsl(64, 76%, 82%) |
| CMYK | cmyk(2%, 0%, 28%, 4%) |
| LAB | lab(94.4 -12.3 32.8) |
| LCH | lch(94.4 35.0 110.6) |
| OKLCH | oklch(0.947 0.088 111.4) |
Copy-ready code
/* CSS */
color: #eff4af;
background-color: #eff4af;
/* Tailwind (arbitrary) */
class="text-[#eff4af] bg-[#eff4af]"
/* SCSS */
$brand: #eff4af;
/* SwiftUI */
Color(red: 0.937, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#eff4af")Accessibility — WCAG contrast
Aa
#eff4af on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff4af on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green95.7%
Blue68.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#eff4af text on a black background
contrast 18.23:1
Card sample
#eff4af text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff4af;
Background color
Panel with #eff4af background
background-color: #eff4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff4af; background: linear-gradient(135deg, #eff4af, #C1F4AF);