#bbffbb
a pale, electric green · cool · closest name: aquamarine
RGB
187, 255, 187
HSL
120°, 100%, 87%
CMYK
27, 0, 27, 0
Luminance
0.8567
Every format
| HEX | #bbffbb |
| RGB | rgb(187, 255, 187) |
| HSL | hsl(120, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 27%, 0%) |
| LAB | lab(94.2 -33.9 25.9) |
| LCH | lch(94.2 42.6 142.6) |
| OKLCH | oklch(0.938 0.113 144.6) |
Copy-ready code
/* CSS */
color: #bbffbb;
background-color: #bbffbb;
/* Tailwind (arbitrary) */
class="text-[#bbffbb] bg-[#bbffbb]"
/* SCSS */
$brand: #bbffbb;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#bbffbb")Accessibility — WCAG contrast
Aa
#bbffbb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbffbb on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue73.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#bbffbb text on a black background
contrast 18.13:1
Card sample
#bbffbb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbffbb;
Background color
Panel with #bbffbb background
background-color: #bbffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbffbb; background: linear-gradient(135deg, #bbffbb, #BBFFE8);