#bbff88
a light, electric green · cool · closest name: khaki
RGB
187, 255, 136
HSL
94°, 100%, 77%
CMYK
27, 0, 47, 0
Luminance
0.8386
Every format
| HEX | #bbff88 |
| RGB | rgb(187, 255, 136) |
| HSL | hsl(94, 100%, 77%) |
| CMYK | cmyk(27%, 0%, 47%, 0%) |
| LAB | lab(93.4 -40.9 50.0) |
| LCH | lch(93.4 64.6 129.3) |
| OKLCH | oklch(0.929 0.165 133.1) |
Copy-ready code
/* CSS */
color: #bbff88;
background-color: #bbff88;
/* Tailwind (arbitrary) */
class="text-[#bbff88] bg-[#bbff88]"
/* SCSS */
$brand: #bbff88;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.533)
/* Android */
Color.parseColor("#bbff88")Accessibility — WCAG contrast
Aa
#bbff88 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff88 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue53.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow46.7%
Key (black)0.0%
Color previews
#bbff88 text on a black background
contrast 17.77:1
Card sample
#bbff88 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff88;
Background color
Panel with #bbff88 background
background-color: #bbff88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff88; background: linear-gradient(135deg, #bbff88, #88FFA4);