#eef9b3
a light, electric yellow · cool · closest name: khaki
RGB
238, 249, 179
HSL
69°, 85%, 84%
CMYK
4, 0, 28, 2
Luminance
0.8918
Every format
| HEX | #eef9b3 |
| RGB | rgb(238, 249, 179) |
| HSL | hsl(69, 85%, 84%) |
| CMYK | cmyk(4%, 0%, 28%, 2%) |
| LAB | lab(95.7 -14.6 32.5) |
| LCH | lch(95.7 35.6 114.2) |
| OKLCH | oklch(0.957 0.090 115.4) |
Copy-ready code
/* CSS */
color: #eef9b3;
background-color: #eef9b3;
/* Tailwind (arbitrary) */
class="text-[#eef9b3] bg-[#eef9b3]"
/* SCSS */
$brand: #eef9b3;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.702)
/* Android */
Color.parseColor("#eef9b3")Accessibility — WCAG contrast
Aa
#eef9b3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9b3 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue70.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow28.1%
Key (black)2.4%
Color previews
#eef9b3 text on a black background
contrast 18.84:1
Card sample
#eef9b3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9b3;
Background color
Panel with #eef9b3 background
background-color: #eef9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9b3; background: linear-gradient(135deg, #eef9b3, #BFF9B3);