#bbfdbb
a pale, electric green · cool · closest name: aquamarine
RGB
187, 253, 187
HSL
120°, 94%, 86%
CMYK
26, 0, 26, 1
Luminance
0.8440
Every format
| HEX | #bbfdbb |
| RGB | rgb(187, 253, 187) |
| HSL | hsl(120, 94%, 86%) |
| CMYK | cmyk(26%, 0%, 26%, 1%) |
| LAB | lab(93.6 -32.9 25.1) |
| LCH | lch(93.6 41.4 142.6) |
| OKLCH | oklch(0.933 0.110 144.6) |
Copy-ready code
/* CSS */
color: #bbfdbb;
background-color: #bbfdbb;
/* Tailwind (arbitrary) */
class="text-[#bbfdbb] bg-[#bbfdbb]"
/* SCSS */
$brand: #bbfdbb;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#bbfdbb")Accessibility — WCAG contrast
Aa
#bbfdbb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfdbb on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue73.3%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#bbfdbb text on a black background
contrast 17.88:1
Card sample
#bbfdbb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfdbb;
Background color
Panel with #bbfdbb background
background-color: #bbfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfdbb; background: linear-gradient(135deg, #bbfdbb, #BBFDE7);