#b2f1ac
a light, vivid green · cool · closest name: aquamarine
RGB
178, 241, 172
HSL
115°, 71%, 81%
CMYK
26, 0, 29, 6
Luminance
0.7535
Every format
| HEX | #b2f1ac |
| RGB | rgb(178, 241, 172) |
| HSL | hsl(115, 71%, 81%) |
| CMYK | cmyk(26%, 0%, 29%, 6%) |
| LAB | lab(89.6 -32.7 27.1) |
| LCH | lch(89.6 42.5 140.3) |
| OKLCH | oklch(0.898 0.113 142.4) |
Copy-ready code
/* CSS */
color: #b2f1ac;
background-color: #b2f1ac;
/* Tailwind (arbitrary) */
class="text-[#b2f1ac] bg-[#b2f1ac]"
/* SCSS */
$brand: #b2f1ac;
/* SwiftUI */
Color(red: 0.698, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#b2f1ac")Accessibility — WCAG contrast
Aa
#b2f1ac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f1ac on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.5%
Blue67.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#b2f1ac text on a black background
contrast 16.07:1
Card sample
#b2f1ac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f1ac;
Background color
Panel with #b2f1ac background
background-color: #b2f1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f1ac; background: linear-gradient(135deg, #b2f1ac, #ACF1D4);