#eaf1af
a light, vivid yellow · cool · closest name: khaki
RGB
234, 241, 175
HSL
66°, 70%, 82%
CMYK
3, 0, 27, 6
Luminance
0.8350
Every format
| HEX | #eaf1af |
| RGB | rgb(234, 241, 175) |
| HSL | hsl(66, 70%, 82%) |
| CMYK | cmyk(3%, 0%, 27%, 6%) |
| LAB | lab(93.2 -12.7 31.2) |
| LCH | lch(93.2 33.7 112.1) |
| OKLCH | oklch(0.937 0.085 113.0) |
Copy-ready code
/* CSS */
color: #eaf1af;
background-color: #eaf1af;
/* Tailwind (arbitrary) */
class="text-[#eaf1af] bg-[#eaf1af]"
/* SCSS */
$brand: #eaf1af;
/* SwiftUI */
Color(red: 0.918, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#eaf1af")Accessibility — WCAG contrast
Aa
#eaf1af on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf1af on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.5%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#eaf1af text on a black background
contrast 17.70:1
Card sample
#eaf1af text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf1af;
Background color
Panel with #eaf1af background
background-color: #eaf1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf1af; background: linear-gradient(135deg, #eaf1af, #BEF1AF);