#bbff92
a light, electric green · cool · closest name: khaki
RGB
187, 255, 146
HSL
97°, 100%, 79%
CMYK
27, 0, 43, 0
Luminance
0.8416
Every format
| HEX | #bbff92 |
| RGB | rgb(187, 255, 146) |
| HSL | hsl(97, 100%, 79%) |
| CMYK | cmyk(27%, 0%, 43%, 0%) |
| LAB | lab(93.5 -39.7 45.4) |
| LCH | lch(93.5 60.3 131.2) |
| OKLCH | oklch(0.930 0.155 134.6) |
Copy-ready code
/* CSS */
color: #bbff92;
background-color: #bbff92;
/* Tailwind (arbitrary) */
class="text-[#bbff92] bg-[#bbff92]"
/* SCSS */
$brand: #bbff92;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.573)
/* Android */
Color.parseColor("#bbff92")Accessibility — WCAG contrast
Aa
#bbff92 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff92 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue57.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow42.7%
Key (black)0.0%
Color previews
#bbff92 text on a black background
contrast 17.83:1
Card sample
#bbff92 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff92;
Background color
Panel with #bbff92 background
background-color: #bbff92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff92; background: linear-gradient(135deg, #bbff92, #92FFB2);