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