#eff6af
a light, electric yellow · cool · closest name: khaki
RGB
239, 246, 175
HSL
66°, 80%, 83%
CMYK
3, 0, 29, 4
Luminance
0.8736
Every format
| HEX | #eff6af |
| RGB | rgb(239, 246, 175) |
| HSL | hsl(66, 80%, 83%) |
| CMYK | cmyk(3%, 0%, 29%, 4%) |
| LAB | lab(94.9 -13.3 33.5) |
| LCH | lch(94.9 36.0 111.7) |
| OKLCH | oklch(0.951 0.091 112.7) |
Copy-ready code
/* CSS */
color: #eff6af;
background-color: #eff6af;
/* Tailwind (arbitrary) */
class="text-[#eff6af] bg-[#eff6af]"
/* SCSS */
$brand: #eff6af;
/* SwiftUI */
Color(red: 0.937, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#eff6af")Accessibility — WCAG contrast
Aa
#eff6af on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff6af on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green96.5%
Blue68.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#eff6af text on a black background
contrast 18.47:1
Card sample
#eff6af text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff6af;
Background color
Panel with #eff6af background
background-color: #eff6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff6af; background: linear-gradient(135deg, #eff6af, #C0F6AF);