#bbff99
a light, electric green · cool · closest name: khaki
RGB
187, 255, 153
HSL
100°, 100%, 80%
CMYK
27, 0, 40, 0
Luminance
0.8438
Every format
| HEX | #bbff99 |
| RGB | rgb(187, 255, 153) |
| HSL | hsl(100, 100%, 80%) |
| CMYK | cmyk(27%, 0%, 40%, 0%) |
| LAB | lab(93.6 -38.9 42.1) |
| LCH | lch(93.6 57.3 132.7) |
| OKLCH | oklch(0.931 0.148 135.8) |
Copy-ready code
/* CSS */
color: #bbff99;
background-color: #bbff99;
/* Tailwind (arbitrary) */
class="text-[#bbff99] bg-[#bbff99]"
/* SCSS */
$brand: #bbff99;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.600)
/* Android */
Color.parseColor("#bbff99")Accessibility — WCAG contrast
Aa
#bbff99 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff99 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue60.0%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow40.0%
Key (black)0.0%
Color previews
#bbff99 text on a black background
contrast 17.88:1
Card sample
#bbff99 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff99;
Background color
Panel with #bbff99 background
background-color: #bbff99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff99; background: linear-gradient(135deg, #bbff99, #99FFBB);