#bbee66
a light, electric green · cool · closest name: khaki
RGB
187, 238, 102
HSL
83°, 80%, 67%
CMYK
21, 0, 57, 7
Luminance
0.7267
Every format
| HEX | #bbee66 |
| RGB | rgb(187, 238, 102) |
| HSL | hsl(83, 80%, 67%) |
| CMYK | cmyk(21%, 0%, 57%, 7%) |
| LAB | lab(88.3 -36.8 59.4) |
| LCH | lch(88.3 69.8 121.8) |
| OKLCH | oklch(0.886 0.173 126.9) |
Copy-ready code
/* CSS */
color: #bbee66;
background-color: #bbee66;
/* Tailwind (arbitrary) */
class="text-[#bbee66] bg-[#bbee66]"
/* SCSS */
$brand: #bbee66;
/* SwiftUI */
Color(red: 0.733, green: 0.933, blue: 0.400)
/* Android */
Color.parseColor("#bbee66")Accessibility — WCAG contrast
Aa
#bbee66 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbee66 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.3%
Blue40.0%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow57.1%
Key (black)6.7%
Color previews
#bbee66 text on a black background
contrast 15.53:1
Card sample
#bbee66 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbee66;
Background color
Panel with #bbee66 background
background-color: #bbee66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbee66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 238, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 238, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbee66; background: linear-gradient(135deg, #bbee66, #66EE6C);