#b2fcba
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 186
HSL
127°, 93%, 84%
CMYK
29, 0, 26, 1
Luminance
0.8263
Every format
| HEX | #b2fcba |
| RGB | rgb(178, 252, 186) |
| HSL | hsl(127, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 26%, 1%) |
| LAB | lab(92.8 -35.5 24.5) |
| LCH | lch(92.8 43.1 145.4) |
| OKLCH | oklch(0.926 0.115 147.3) |
Copy-ready code
/* CSS */
color: #b2fcba;
background-color: #b2fcba;
/* Tailwind (arbitrary) */
class="text-[#b2fcba] bg-[#b2fcba]"
/* SCSS */
$brand: #b2fcba;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#b2fcba")Accessibility — WCAG contrast
Aa
#b2fcba on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcba on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue72.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#b2fcba text on a black background
contrast 17.53:1
Card sample
#b2fcba text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcba;
Background color
Panel with #b2fcba background
background-color: #b2fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcba; background: linear-gradient(135deg, #b2fcba, #B2FCEB);