#b2fecc
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 204
HSL
141°, 97%, 85%
CMYK
30, 0, 20, 0
Luminance
0.8471
Every format
| HEX | #b2fecc |
| RGB | rgb(178, 254, 204) |
| HSL | hsl(141, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 20%, 0%) |
| LAB | lab(93.8 -33.3 16.6) |
| LCH | lch(93.8 37.1 153.5) |
| OKLCH | oklch(0.934 0.101 155.1) |
Copy-ready code
/* CSS */
color: #b2fecc;
background-color: #b2fecc;
/* Tailwind (arbitrary) */
class="text-[#b2fecc] bg-[#b2fecc]"
/* SCSS */
$brand: #b2fecc;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#b2fecc")Accessibility — WCAG contrast
Aa
#b2fecc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fecc on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue80.0%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#b2fecc text on a black background
contrast 17.94:1
Card sample
#b2fecc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fecc;
Background color
Panel with #b2fecc background
background-color: #b2fecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fecc; background: linear-gradient(135deg, #b2fecc, #B2FDFE);