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