#b2fcd2
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 210
HSL
146°, 93%, 84%
CMYK
29, 0, 17, 1
Luminance
0.8374
Every format
| HEX | #b2fcd2 |
| RGB | rgb(178, 252, 210) |
| HSL | hsl(146, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 17%, 1%) |
| LAB | lab(93.3 -31.2 12.9) |
| LCH | lch(93.3 33.8 157.5) |
| OKLCH | oklch(0.931 0.093 159.1) |
Copy-ready code
/* CSS */
color: #b2fcd2;
background-color: #b2fcd2;
/* Tailwind (arbitrary) */
class="text-[#b2fcd2] bg-[#b2fcd2]"
/* SCSS */
$brand: #b2fcd2;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#b2fcd2")Accessibility — WCAG contrast
Aa
#b2fcd2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcd2 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue82.4%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#b2fcd2 text on a black background
contrast 17.75:1
Card sample
#b2fcd2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcd2;
Background color
Panel with #b2fcd2 background
background-color: #b2fcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcd2; background: linear-gradient(135deg, #b2fcd2, #B2F5FC);