#bbffe2
a pale, electric green · cool · closest name: aquamarine
RGB
187, 255, 226
HSL
154°, 100%, 87%
CMYK
27, 0, 11, 0
Luminance
0.8758
Every format
| HEX | #bbffe2 |
| RGB | rgb(187, 255, 226) |
| HSL | hsl(154, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 11%, 0%) |
| LAB | lab(95.0 -26.9 7.1) |
| LCH | lch(95.0 27.8 165.2) |
| OKLCH | oklch(0.947 0.078 166.5) |
Copy-ready code
/* CSS */
color: #bbffe2;
background-color: #bbffe2;
/* Tailwind (arbitrary) */
class="text-[#bbffe2] bg-[#bbffe2]"
/* SCSS */
$brand: #bbffe2;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#bbffe2")Accessibility — WCAG contrast
Aa
#bbffe2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbffe2 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue88.6%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#bbffe2 text on a black background
contrast 18.52:1
Card sample
#bbffe2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbffe2;
Background color
Panel with #bbffe2 background
background-color: #bbffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbffe2; background: linear-gradient(135deg, #bbffe2, #BBEFFF);