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