#b2feba
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 186
HSL
126°, 97%, 85%
CMYK
30, 0, 27, 0
Luminance
0.8389
Every format
| HEX | #b2feba |
| RGB | rgb(178, 254, 186) |
| HSL | hsl(126, 97%, 85%) |
| CMYK | cmyk(30%, 0%, 27%, 0%) |
| LAB | lab(93.4 -36.4 25.3) |
| LCH | lch(93.4 44.3 145.2) |
| OKLCH | oklch(0.930 0.118 147.2) |
Copy-ready code
/* CSS */
color: #b2feba;
background-color: #b2feba;
/* Tailwind (arbitrary) */
class="text-[#b2feba] bg-[#b2feba]"
/* SCSS */
$brand: #b2feba;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#b2feba")Accessibility — WCAG contrast
Aa
#b2feba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2feba on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue72.9%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#b2feba text on a black background
contrast 17.78:1
Card sample
#b2feba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2feba;
Background color
Panel with #b2feba background
background-color: #b2feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2feba; background: linear-gradient(135deg, #b2feba, #B2FEED);