#b2fcc2
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 194
HSL
133°, 93%, 84%
CMYK
29, 0, 23, 1
Luminance
0.8298
Every format
| HEX | #b2fcc2 |
| RGB | rgb(178, 252, 194) |
| HSL | hsl(133, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 23%, 1%) |
| LAB | lab(93.0 -34.1 20.6) |
| LCH | lch(93.0 39.9 148.8) |
| OKLCH | oklch(0.927 0.107 150.6) |
Copy-ready code
/* CSS */
color: #b2fcc2;
background-color: #b2fcc2;
/* Tailwind (arbitrary) */
class="text-[#b2fcc2] bg-[#b2fcc2]"
/* SCSS */
$brand: #b2fcc2;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#b2fcc2")Accessibility — WCAG contrast
Aa
#b2fcc2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcc2 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue76.1%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#b2fcc2 text on a black background
contrast 17.60:1
Card sample
#b2fcc2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcc2;
Background color
Panel with #b2fcc2 background
background-color: #b2fcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcc2; background: linear-gradient(135deg, #b2fcc2, #B2FCF3);