#b2fdbf
a light, electric green · cool · closest name: aquamarine
RGB
178, 253, 191
HSL
130°, 95%, 85%
CMYK
30, 0, 25, 1
Luminance
0.8348
Every format
| HEX | #b2fdbf |
| RGB | rgb(178, 253, 191) |
| HSL | hsl(130, 95%, 85%) |
| CMYK | cmyk(30%, 0%, 25%, 1%) |
| LAB | lab(93.2 -35.1 22.5) |
| LCH | lch(93.2 41.7 147.4) |
| OKLCH | oklch(0.929 0.112 149.2) |
Copy-ready code
/* CSS */
color: #b2fdbf;
background-color: #b2fdbf;
/* Tailwind (arbitrary) */
class="text-[#b2fdbf] bg-[#b2fdbf]"
/* SCSS */
$brand: #b2fdbf;
/* SwiftUI */
Color(red: 0.698, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#b2fdbf")Accessibility — WCAG contrast
Aa
#b2fdbf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fdbf on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.2%
Blue74.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#b2fdbf text on a black background
contrast 17.70:1
Card sample
#b2fdbf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fdbf;
Background color
Panel with #b2fdbf background
background-color: #b2fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fdbf; background: linear-gradient(135deg, #b2fdbf, #B2FDF1);