#eeffbb
a pale, electric green · cool · closest name: khaki
RGB
238, 255, 187
HSL
75°, 100%, 87%
CMYK
7, 0, 27, 0
Luminance
0.9328
Every format
| HEX | #eeffbb |
| RGB | rgb(238, 255, 187) |
| HSL | hsl(75, 100%, 87%) |
| CMYK | cmyk(7%, 0%, 27%, 0%) |
| LAB | lab(97.3 -16.5 30.7) |
| LCH | lch(97.3 34.9 118.2) |
| OKLCH | oklch(0.971 0.089 119.5) |
Copy-ready code
/* CSS */
color: #eeffbb;
background-color: #eeffbb;
/* Tailwind (arbitrary) */
class="text-[#eeffbb] bg-[#eeffbb]"
/* SCSS */
$brand: #eeffbb;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#eeffbb")Accessibility — WCAG contrast
Aa
#eeffbb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffbb on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue73.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#eeffbb text on a black background
contrast 19.66:1
Card sample
#eeffbb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffbb;
Background color
Panel with #eeffbb background
background-color: #eeffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffbb; background: linear-gradient(135deg, #eeffbb, #C1FFBB);