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