#eef5af
a light, electric yellow · cool · closest name: khaki
RGB
238, 245, 175
HSL
66°, 78%, 82%
CMYK
3, 0, 29, 4
Luminance
0.8658
Every format
| HEX | #eef5af |
| RGB | rgb(238, 245, 175) |
| HSL | hsl(66, 78%, 82%) |
| CMYK | cmyk(3%, 0%, 29%, 4%) |
| LAB | lab(94.6 -13.2 33.0) |
| LCH | lch(94.6 35.5 111.8) |
| OKLCH | oklch(0.948 0.090 112.8) |
Copy-ready code
/* CSS */
color: #eef5af;
background-color: #eef5af;
/* Tailwind (arbitrary) */
class="text-[#eef5af] bg-[#eef5af]"
/* SCSS */
$brand: #eef5af;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#eef5af")Accessibility — WCAG contrast
Aa
#eef5af on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5af on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#eef5af text on a black background
contrast 18.32:1
Card sample
#eef5af text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5af;
Background color
Panel with #eef5af background
background-color: #eef5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5af; background: linear-gradient(135deg, #eef5af, #BFF5AF);