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