#b2f4ac
a light, electric green · cool · closest name: aquamarine
RGB
178, 244, 172
HSL
115°, 77%, 82%
CMYK
27, 0, 30, 4
Luminance
0.7714
Every format
| HEX | #b2f4ac |
| RGB | rgb(178, 244, 172) |
| HSL | hsl(115, 77%, 82%) |
| CMYK | cmyk(27%, 0%, 30%, 4%) |
| LAB | lab(90.4 -34.1 28.3) |
| LCH | lch(90.4 44.3 140.3) |
| OKLCH | oklch(0.905 0.117 142.5) |
Copy-ready code
/* CSS */
color: #b2f4ac;
background-color: #b2f4ac;
/* Tailwind (arbitrary) */
class="text-[#b2f4ac] bg-[#b2f4ac]"
/* SCSS */
$brand: #b2f4ac;
/* SwiftUI */
Color(red: 0.698, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#b2f4ac")Accessibility — WCAG contrast
Aa
#b2f4ac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f4ac on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.7%
Blue67.5%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#b2f4ac text on a black background
contrast 16.43:1
Card sample
#b2f4ac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f4ac;
Background color
Panel with #b2f4ac background
background-color: #b2f4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f4ac; background: linear-gradient(135deg, #b2f4ac, #ACF4D6);