#b0fbab
a light, electric green · cool · closest name: aquamarine
RGB
176, 251, 171
HSL
116°, 91%, 83%
CMYK
30, 0, 32, 2
Luminance
0.8116
Every format
| HEX | #b0fbab |
| RGB | rgb(176, 251, 171) |
| HSL | hsl(116, 91%, 83%) |
| CMYK | cmyk(30%, 0%, 32%, 2%) |
| LAB | lab(92.2 -38.1 31.2) |
| LCH | lch(92.2 49.2 140.7) |
| OKLCH | oklch(0.919 0.130 143.0) |
Copy-ready code
/* CSS */
color: #b0fbab;
background-color: #b0fbab;
/* Tailwind (arbitrary) */
class="text-[#b0fbab] bg-[#b0fbab]"
/* SCSS */
$brand: #b0fbab;
/* SwiftUI */
Color(red: 0.690, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#b0fbab")Accessibility — WCAG contrast
Aa
#b0fbab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fbab on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.4%
Blue67.1%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#b0fbab text on a black background
contrast 17.23:1
Card sample
#b0fbab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fbab;
Background color
Panel with #b0fbab background
background-color: #b0fbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fbab; background: linear-gradient(135deg, #b0fbab, #ABFBDB);