#bbffc2
a pale, electric green · cool · closest name: aquamarine
RGB
187, 255, 194
HSL
126°, 100%, 87%
CMYK
27, 0, 24, 0
Luminance
0.8598
Every format
| HEX | #bbffc2 |
| RGB | rgb(187, 255, 194) |
| HSL | hsl(126, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 24%, 0%) |
| LAB | lab(94.3 -32.7 22.5) |
| LCH | lch(94.3 39.7 145.5) |
| OKLCH | oklch(0.939 0.106 147.3) |
Copy-ready code
/* CSS */
color: #bbffc2;
background-color: #bbffc2;
/* Tailwind (arbitrary) */
class="text-[#bbffc2] bg-[#bbffc2]"
/* SCSS */
$brand: #bbffc2;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#bbffc2")Accessibility — WCAG contrast
Aa
#bbffc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbffc2 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue76.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#bbffc2 text on a black background
contrast 18.20:1
Card sample
#bbffc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbffc2;
Background color
Panel with #bbffc2 background
background-color: #bbffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbffc2; background: linear-gradient(135deg, #bbffc2, #BBFFEF);