#eeffb3
a pale, electric green · cool · closest name: khaki
RGB
238, 255, 179
HSL
73°, 100%, 85%
CMYK
7, 0, 30, 0
Luminance
0.9295
Every format
| HEX | #eeffb3 |
| RGB | rgb(238, 255, 179) |
| HSL | hsl(73, 100%, 85%) |
| CMYK | cmyk(7%, 0%, 30%, 0%) |
| LAB | lab(97.2 -17.6 34.6) |
| LCH | lch(97.2 38.8 116.9) |
| OKLCH | oklch(0.970 0.098 118.5) |
Copy-ready code
/* CSS */
color: #eeffb3;
background-color: #eeffb3;
/* Tailwind (arbitrary) */
class="text-[#eeffb3] bg-[#eeffb3]"
/* SCSS */
$brand: #eeffb3;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#eeffb3")Accessibility — WCAG contrast
Aa
#eeffb3 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffb3 on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue70.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#eeffb3 text on a black background
contrast 19.59:1
Card sample
#eeffb3 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffb3;
Background color
Panel with #eeffb3 background
background-color: #eeffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffb3; background: linear-gradient(135deg, #eeffb3, #BBFFB3);