#b2fead
a light, electric green · cool · closest name: aquamarine
RGB
178, 254, 173
HSL
116°, 98%, 84%
CMYK
30, 0, 32, 0
Luminance
0.8337
Every format
| HEX | #b2fead |
| RGB | rgb(178, 254, 173) |
| HSL | hsl(116, 98%, 84%) |
| CMYK | cmyk(30%, 0%, 32%, 0%) |
| LAB | lab(93.2 -38.5 31.5) |
| LCH | lch(93.2 49.7 140.7) |
| OKLCH | oklch(0.928 0.131 143.0) |
Copy-ready code
/* CSS */
color: #b2fead;
background-color: #b2fead;
/* Tailwind (arbitrary) */
class="text-[#b2fead] bg-[#b2fead]"
/* SCSS */
$brand: #b2fead;
/* SwiftUI */
Color(red: 0.698, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#b2fead")Accessibility — WCAG contrast
Aa
#b2fead on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fead on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green99.6%
Blue67.8%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#b2fead text on a black background
contrast 17.67:1
Card sample
#b2fead text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fead;
Background color
Panel with #b2fead background
background-color: #b2fead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fead; background: linear-gradient(135deg, #b2fead, #ADFEDE);