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