#b2fcbc
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 188
HSL
128°, 93%, 84%
CMYK
29, 0, 25, 1
Luminance
0.8272
Every format
| HEX | #b2fcbc |
| RGB | rgb(178, 252, 188) |
| HSL | hsl(128, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 25%, 1%) |
| LAB | lab(92.9 -35.1 23.5) |
| LCH | lch(92.9 42.3 146.2) |
| OKLCH | oklch(0.926 0.113 148.1) |
Copy-ready code
/* CSS */
color: #b2fcbc;
background-color: #b2fcbc;
/* Tailwind (arbitrary) */
class="text-[#b2fcbc] bg-[#b2fcbc]"
/* SCSS */
$brand: #b2fcbc;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#b2fcbc")Accessibility — WCAG contrast
Aa
#b2fcbc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcbc on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue73.7%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#b2fcbc text on a black background
contrast 17.54:1
Card sample
#b2fcbc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcbc;
Background color
Panel with #b2fcbc background
background-color: #b2fcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcbc; background: linear-gradient(135deg, #b2fcbc, #B2FCED);