#eff3af
a light, vivid yellow · cool · closest name: khaki
RGB
239, 243, 175
HSL
64°, 74%, 82%
CMYK
2, 0, 28, 5
Luminance
0.8555
Every format
| HEX | #eff3af |
| RGB | rgb(239, 243, 175) |
| HSL | hsl(64, 74%, 82%) |
| CMYK | cmyk(2%, 0%, 28%, 5%) |
| LAB | lab(94.1 -11.8 32.4) |
| LCH | lch(94.1 34.5 110.0) |
| OKLCH | oklch(0.945 0.087 110.8) |
Copy-ready code
/* CSS */
color: #eff3af;
background-color: #eff3af;
/* Tailwind (arbitrary) */
class="text-[#eff3af] bg-[#eff3af]"
/* SCSS */
$brand: #eff3af;
/* SwiftUI */
Color(red: 0.937, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#eff3af")Accessibility — WCAG contrast
Aa
#eff3af on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eff3af on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green95.3%
Blue68.6%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#eff3af text on a black background
contrast 18.11:1
Card sample
#eff3af text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eff3af;
Background color
Panel with #eff3af background
background-color: #eff3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eff3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eff3af; background: linear-gradient(135deg, #eff3af, #C2F3AF);