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