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