#bbee77
a light, electric green · cool · closest name: khaki
RGB
187, 238, 119
HSL
86°, 78%, 70%
CMYK
21, 0, 50, 7
Luminance
0.7305
Every format
| HEX | #bbee77 |
| RGB | rgb(187, 238, 119) |
| HSL | hsl(86, 78%, 70%) |
| CMYK | cmyk(21%, 0%, 50%, 7%) |
| LAB | lab(88.5 -35.2 51.9) |
| LCH | lch(88.5 62.7 124.1) |
| OKLCH | oklch(0.888 0.158 128.4) |
Copy-ready code
/* CSS */
color: #bbee77;
background-color: #bbee77;
/* Tailwind (arbitrary) */
class="text-[#bbee77] bg-[#bbee77]"
/* SCSS */
$brand: #bbee77;
/* SwiftUI */
Color(red: 0.733, green: 0.933, blue: 0.467)
/* Android */
Color.parseColor("#bbee77")Accessibility — WCAG contrast
Aa
#bbee77 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbee77 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.3%
Blue46.7%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow50.0%
Key (black)6.7%
Color previews
#bbee77 text on a black background
contrast 15.61:1
Card sample
#bbee77 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbee77;
Background color
Panel with #bbee77 background
background-color: #bbee77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbee77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 238, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 238, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbee77; background: linear-gradient(135deg, #bbee77, #77EE82);