#eef0af
a light, vivid yellow · cool · closest name: khaki
RGB
238, 240, 175
HSL
62°, 68%, 81%
CMYK
1, 0, 27, 6
Luminance
0.8359
Every format
| HEX | #eef0af |
| RGB | rgb(238, 240, 175) |
| HSL | hsl(62, 68%, 81%) |
| CMYK | cmyk(1%, 0%, 27%, 6%) |
| LAB | lab(93.3 -10.7 31.3) |
| LCH | lch(93.3 33.1 108.9) |
| OKLCH | oklch(0.938 0.083 109.4) |
Copy-ready code
/* CSS */
color: #eef0af;
background-color: #eef0af;
/* Tailwind (arbitrary) */
class="text-[#eef0af] bg-[#eef0af]"
/* SCSS */
$brand: #eef0af;
/* SwiftUI */
Color(red: 0.933, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#eef0af")Accessibility — WCAG contrast
Aa
#eef0af on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef0af on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.1%
Blue68.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#eef0af text on a black background
contrast 17.72:1
Card sample
#eef0af text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef0af;
Background color
Panel with #eef0af background
background-color: #eef0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef0af; background: linear-gradient(135deg, #eef0af, #C3F0AF);