#b0fbaf
a light, electric green · cool · closest name: aquamarine
RGB
176, 251, 175
HSL
119°, 91%, 84%
CMYK
30, 0, 30, 2
Luminance
0.8132
Every format
| HEX | #b0fbaf |
| RGB | rgb(176, 251, 175) |
| HSL | hsl(119, 91%, 84%) |
| CMYK | cmyk(30%, 0%, 30%, 2%) |
| LAB | lab(92.3 -37.5 29.3) |
| LCH | lch(92.3 47.5 142.0) |
| OKLCH | oklch(0.920 0.126 144.2) |
Copy-ready code
/* CSS */
color: #b0fbaf;
background-color: #b0fbaf;
/* Tailwind (arbitrary) */
class="text-[#b0fbaf] bg-[#b0fbaf]"
/* SCSS */
$brand: #b0fbaf;
/* SwiftUI */
Color(red: 0.690, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#b0fbaf")Accessibility — WCAG contrast
Aa
#b0fbaf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fbaf on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.4%
Blue68.6%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#b0fbaf text on a black background
contrast 17.26:1
Card sample
#b0fbaf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fbaf;
Background color
Panel with #b0fbaf background
background-color: #b0fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fbaf; background: linear-gradient(135deg, #b0fbaf, #AFFBE1);