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