#bbff77
a light, electric green · cool · closest name: khaki
RGB
187, 255, 119
HSL
90°, 100%, 73%
CMYK
27, 0, 53, 0
Luminance
0.8342
Every format
| HEX | #bbff77 |
| RGB | rgb(187, 255, 119) |
| HSL | hsl(90, 100%, 73%) |
| CMYK | cmyk(27%, 0%, 53%, 0%) |
| LAB | lab(93.2 -42.8 57.5) |
| LCH | lch(93.2 71.7 126.6) |
| OKLCH | oklch(0.927 0.181 131.2) |
Copy-ready code
/* CSS */
color: #bbff77;
background-color: #bbff77;
/* Tailwind (arbitrary) */
class="text-[#bbff77] bg-[#bbff77]"
/* SCSS */
$brand: #bbff77;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.467)
/* Android */
Color.parseColor("#bbff77")Accessibility — WCAG contrast
Aa
#bbff77 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff77 on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue46.7%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow53.3%
Key (black)0.0%
Color previews
#bbff77 text on a black background
contrast 17.68:1
Card sample
#bbff77 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff77;
Background color
Panel with #bbff77 background
background-color: #bbff77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff77; background: linear-gradient(135deg, #bbff77, #77FF8E);