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