#b0faa9
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 169
HSL
115°, 89%, 82%
CMYK
30, 0, 32, 2
Luminance
0.8047
Every format
| HEX | #b0faa9 |
| RGB | rgb(176, 250, 169) |
| HSL | hsl(115, 89%, 82%) |
| CMYK | cmyk(30%, 0%, 32%, 2%) |
| LAB | lab(91.9 -37.9 31.8) |
| LCH | lch(91.9 49.5 140.0) |
| OKLCH | oklch(0.917 0.131 142.4) |
Copy-ready code
/* CSS */
color: #b0faa9;
background-color: #b0faa9;
/* Tailwind (arbitrary) */
class="text-[#b0faa9] bg-[#b0faa9]"
/* SCSS */
$brand: #b0faa9;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.663)
/* Android */
Color.parseColor("#b0faa9")Accessibility — WCAG contrast
Aa
#b0faa9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0faa9 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue66.3%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow32.4%
Key (black)2.0%
Color previews
#b0faa9 text on a black background
contrast 17.09:1
Card sample
#b0faa9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0faa9;
Background color
Panel with #b0faa9 background
background-color: #b0faa9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0faa9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0faa9; background: linear-gradient(135deg, #b0faa9, #A9FAD8);