#b2fac3
a light, electric green · cool · closest name: aquamarine
RGB
178, 250, 195
HSL
134°, 88%, 84%
CMYK
29, 0, 22, 2
Luminance
0.8178
Every format
| HEX | #b2fac3 |
| RGB | rgb(178, 250, 195) |
| HSL | hsl(134, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 22%, 2%) |
| LAB | lab(92.5 -33.0 19.4) |
| LCH | lch(92.5 38.3 149.6) |
| OKLCH | oklch(0.923 0.103 151.3) |
Copy-ready code
/* CSS */
color: #b2fac3;
background-color: #b2fac3;
/* Tailwind (arbitrary) */
class="text-[#b2fac3] bg-[#b2fac3]"
/* SCSS */
$brand: #b2fac3;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#b2fac3")Accessibility — WCAG contrast
Aa
#b2fac3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fac3 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue76.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#b2fac3 text on a black background
contrast 17.36:1
Card sample
#b2fac3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fac3;
Background color
Panel with #b2fac3 background
background-color: #b2fac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fac3; background: linear-gradient(135deg, #b2fac3, #B2FAF3);