#b2ecce
a light, vivid green · cool · closest name: aquamarine
RGB
178, 236, 206
HSL
149°, 60%, 81%
CMYK
25, 0, 13, 8
Luminance
0.7391
Every format
| HEX | #b2ecce |
| RGB | rgb(178, 236, 206) |
| HSL | hsl(149, 60%, 81%) |
| CMYK | cmyk(25%, 0%, 13%, 8%) |
| LAB | lab(88.9 -24.4 8.6) |
| LCH | lch(88.9 25.8 160.5) |
| OKLCH | oklch(0.895 0.072 162.0) |
Copy-ready code
/* CSS */
color: #b2ecce;
background-color: #b2ecce;
/* Tailwind (arbitrary) */
class="text-[#b2ecce] bg-[#b2ecce]"
/* SCSS */
$brand: #b2ecce;
/* SwiftUI */
Color(red: 0.698, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#b2ecce")Accessibility — WCAG contrast
Aa
#b2ecce on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ecce on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.5%
Blue80.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#b2ecce text on a black background
contrast 15.78:1
Card sample
#b2ecce text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ecce;
Background color
Panel with #b2ecce background
background-color: #b2ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ecce; background: linear-gradient(135deg, #b2ecce, #B2E3EC);