#bbff55
a light, electric green · cool · closest name: yellow
RGB
187, 255, 85
HSL
84°, 100%, 67%
CMYK
27, 0, 67, 0
Luminance
0.8274
Every format
| HEX | #bbff55 |
| RGB | rgb(187, 255, 85) |
| HSL | hsl(84, 100%, 67%) |
| CMYK | cmyk(27%, 0%, 67%, 0%) |
| LAB | lab(92.9 -45.6 71.3) |
| LCH | lch(92.9 84.6 122.6) |
| OKLCH | oklch(0.923 0.207 128.7) |
Copy-ready code
/* CSS */
color: #bbff55;
background-color: #bbff55;
/* Tailwind (arbitrary) */
class="text-[#bbff55] bg-[#bbff55]"
/* SCSS */
$brand: #bbff55;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#bbff55")Accessibility — WCAG contrast
Aa
#bbff55 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff55 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue33.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#bbff55 text on a black background
contrast 17.55:1
Card sample
#bbff55 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff55;
Background color
Panel with #bbff55 background
background-color: #bbff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff55; background: linear-gradient(135deg, #bbff55, #55FF60);