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