#eef6b7
a light, electric yellow · cool · closest name: khaki
RGB
238, 246, 183
HSL
68°, 78%, 84%
CMYK
3, 0, 26, 4
Luminance
0.8751
Every format
| HEX | #eef6b7 |
| RGB | rgb(238, 246, 183) |
| HSL | hsl(68, 78%, 84%) |
| CMYK | cmyk(3%, 0%, 26%, 4%) |
| LAB | lab(95.0 -12.6 29.5) |
| LCH | lch(95.0 32.1 113.2) |
| OKLCH | oklch(0.952 0.081 113.8) |
Copy-ready code
/* CSS */
color: #eef6b7;
background-color: #eef6b7;
/* Tailwind (arbitrary) */
class="text-[#eef6b7] bg-[#eef6b7]"
/* SCSS */
$brand: #eef6b7;
/* SwiftUI */
Color(red: 0.933, green: 0.965, blue: 0.718)
/* Android */
Color.parseColor("#eef6b7")Accessibility — WCAG contrast
Aa
#eef6b7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef6b7 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.5%
Blue71.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow25.6%
Key (black)3.5%
Color previews
#eef6b7 text on a black background
contrast 18.50:1
Card sample
#eef6b7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef6b7;
Background color
Panel with #eef6b7 background
background-color: #eef6b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef6b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 246, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 246, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef6b7; background: linear-gradient(135deg, #eef6b7, #C4F6B7);