#b2fcdf
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 223
HSL
157°, 93%, 84%
CMYK
29, 0, 12, 1
Luminance
0.8441
Every format
| HEX | #b2fcdf |
| RGB | rgb(178, 252, 223) |
| HSL | hsl(157, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 12%, 1%) |
| LAB | lab(93.6 -28.7 6.6) |
| LCH | lch(93.6 29.4 167.0) |
| OKLCH | oklch(0.935 0.083 168.2) |
Copy-ready code
/* CSS */
color: #b2fcdf;
background-color: #b2fcdf;
/* Tailwind (arbitrary) */
class="text-[#b2fcdf] bg-[#b2fcdf]"
/* SCSS */
$brand: #b2fcdf;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#b2fcdf")Accessibility — WCAG contrast
Aa
#b2fcdf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcdf on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#b2fcdf text on a black background
contrast 17.88:1
Card sample
#b2fcdf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcdf;
Background color
Panel with #b2fcdf background
background-color: #b2fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcdf; background: linear-gradient(135deg, #b2fcdf, #B2E8FC);