#eefba2
a light, electric yellow · cool · closest name: khaki
RGB
238, 251, 162
HSL
69°, 92%, 81%
CMYK
5, 0, 36, 2
Luminance
0.8978
Every format
| HEX | #eefba2 |
| RGB | rgb(238, 251, 162) |
| HSL | hsl(69, 92%, 81%) |
| CMYK | cmyk(5%, 0%, 36%, 2%) |
| LAB | lab(95.9 -17.7 41.3) |
| LCH | lch(95.9 44.9 113.2) |
| OKLCH | oklch(0.959 0.113 115.3) |
Copy-ready code
/* CSS */
color: #eefba2;
background-color: #eefba2;
/* Tailwind (arbitrary) */
class="text-[#eefba2] bg-[#eefba2]"
/* SCSS */
$brand: #eefba2;
/* SwiftUI */
Color(red: 0.933, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#eefba2")Accessibility — WCAG contrast
Aa
#eefba2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefba2 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.4%
Blue63.5%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow35.5%
Key (black)1.6%
Color previews
#eefba2 text on a black background
contrast 18.96:1
Card sample
#eefba2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefba2;
Background color
Panel with #eefba2 background
background-color: #eefba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefba2; background: linear-gradient(135deg, #eefba2, #B3FBA2);