#eef8af
a light, electric yellow · cool · closest name: khaki
RGB
238, 248, 175
HSL
68°, 84%, 83%
CMYK
4, 0, 29, 3
Luminance
0.8841
Every format
| HEX | #eef8af |
| RGB | rgb(238, 248, 175) |
| HSL | hsl(68, 84%, 83%) |
| CMYK | cmyk(4%, 0%, 29%, 3%) |
| LAB | lab(95.3 -14.7 34.0) |
| LCH | lch(95.3 37.1 113.3) |
| OKLCH | oklch(0.955 0.094 114.5) |
Copy-ready code
/* CSS */
color: #eef8af;
background-color: #eef8af;
/* Tailwind (arbitrary) */
class="text-[#eef8af] bg-[#eef8af]"
/* SCSS */
$brand: #eef8af;
/* SwiftUI */
Color(red: 0.933, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#eef8af")Accessibility — WCAG contrast
Aa
#eef8af on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef8af on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.3%
Blue68.6%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#eef8af text on a black background
contrast 18.68:1
Card sample
#eef8af text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef8af;
Background color
Panel with #eef8af background
background-color: #eef8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef8af; background: linear-gradient(135deg, #eef8af, #BDF8AF);