#b2fcda
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 218
HSL
152°, 93%, 84%
CMYK
29, 0, 14, 1
Luminance
0.8415
Every format
| HEX | #b2fcda |
| RGB | rgb(178, 252, 218) |
| HSL | hsl(152, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 14%, 1%) |
| LAB | lab(93.5 -29.7 9.0) |
| LCH | lch(93.5 31.0 163.1) |
| OKLCH | oklch(0.933 0.087 164.4) |
Copy-ready code
/* CSS */
color: #b2fcda;
background-color: #b2fcda;
/* Tailwind (arbitrary) */
class="text-[#b2fcda] bg-[#b2fcda]"
/* SCSS */
$brand: #b2fcda;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#b2fcda")Accessibility — WCAG contrast
Aa
#b2fcda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcda on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue85.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#b2fcda text on a black background
contrast 17.83:1
Card sample
#b2fcda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcda;
Background color
Panel with #b2fcda background
background-color: #b2fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcda; background: linear-gradient(135deg, #b2fcda, #B2EDFC);