#b0fac2
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 194
HSL
135°, 88%, 84%
CMYK
30, 0, 22, 2
Luminance
0.8150
Every format
| HEX | #b0fac2 |
| RGB | rgb(176, 250, 194) |
| HSL | hsl(135, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 22%, 2%) |
| LAB | lab(92.3 -33.8 19.7) |
| LCH | lch(92.3 39.1 149.8) |
| OKLCH | oklch(0.922 0.106 151.5) |
Copy-ready code
/* CSS */
color: #b0fac2;
background-color: #b0fac2;
/* Tailwind (arbitrary) */
class="text-[#b0fac2] bg-[#b0fac2]"
/* SCSS */
$brand: #b0fac2;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#b0fac2")Accessibility — WCAG contrast
Aa
#b0fac2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fac2 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue76.1%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#b0fac2 text on a black background
contrast 17.30:1
Card sample
#b0fac2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fac2;
Background color
Panel with #b0fac2 background
background-color: #b0fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fac2; background: linear-gradient(135deg, #b0fac2, #B0FAF3);