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