#eef7af
a light, electric yellow · cool · closest name: khaki
RGB
238, 247, 175
HSL
68°, 82%, 83%
CMYK
4, 0, 29, 3
Luminance
0.8779
Every format
| HEX | #eef7af |
| RGB | rgb(238, 247, 175) |
| HSL | hsl(68, 82%, 83%) |
| CMYK | cmyk(4%, 0%, 29%, 3%) |
| LAB | lab(95.1 -14.2 33.7) |
| LCH | lch(95.1 36.6 112.8) |
| OKLCH | oklch(0.953 0.092 114.0) |
Copy-ready code
/* CSS */
color: #eef7af;
background-color: #eef7af;
/* Tailwind (arbitrary) */
class="text-[#eef7af] bg-[#eef7af]"
/* SCSS */
$brand: #eef7af;
/* SwiftUI */
Color(red: 0.933, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#eef7af")Accessibility — WCAG contrast
Aa
#eef7af on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef7af on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.9%
Blue68.6%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#eef7af text on a black background
contrast 18.56:1
Card sample
#eef7af text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef7af;
Background color
Panel with #eef7af background
background-color: #eef7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef7af; background: linear-gradient(135deg, #eef7af, #BEF7AF);