#b2facf
a light, electric green · cool · closest name: aquamarine
RGB
178, 250, 207
HSL
144°, 88%, 84%
CMYK
29, 0, 17, 2
Luminance
0.8234
Every format
| HEX | #b2facf |
| RGB | rgb(178, 250, 207) |
| HSL | hsl(144, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 17%, 2%) |
| LAB | lab(92.7 -30.8 13.6) |
| LCH | lch(92.7 33.7 156.2) |
| OKLCH | oklch(0.926 0.093 157.8) |
Copy-ready code
/* CSS */
color: #b2facf;
background-color: #b2facf;
/* Tailwind (arbitrary) */
class="text-[#b2facf] bg-[#b2facf]"
/* SCSS */
$brand: #b2facf;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#b2facf")Accessibility — WCAG contrast
Aa
#b2facf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2facf on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue81.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#b2facf text on a black background
contrast 17.47:1
Card sample
#b2facf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2facf;
Background color
Panel with #b2facf background
background-color: #b2facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2facf; background: linear-gradient(135deg, #b2facf, #B2F5FA);