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