#b2fcaf
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 175
HSL
118°, 93%, 84%
CMYK
29, 0, 31, 1
Luminance
0.8218
Every format
| HEX | #b2fcaf |
| RGB | rgb(178, 252, 175) |
| HSL | hsl(118, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 31%, 1%) |
| LAB | lab(92.7 -37.3 29.8) |
| LCH | lch(92.7 47.7 141.3) |
| OKLCH | oklch(0.923 0.126 143.6) |
Copy-ready code
/* CSS */
color: #b2fcaf;
background-color: #b2fcaf;
/* Tailwind (arbitrary) */
class="text-[#b2fcaf] bg-[#b2fcaf]"
/* SCSS */
$brand: #b2fcaf;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#b2fcaf")Accessibility — WCAG contrast
Aa
#b2fcaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcaf on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue68.6%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#b2fcaf text on a black background
contrast 17.44:1
Card sample
#b2fcaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcaf;
Background color
Panel with #b2fcaf background
background-color: #b2fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcaf; background: linear-gradient(135deg, #b2fcaf, #AFFCDF);