#b2ffac
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 172
HSL
116°, 100%, 84%
CMYK
30, 0, 33, 0
Luminance
0.8396
Every format
| HEX | #b2ffac |
| RGB | rgb(178, 255, 172) |
| HSL | hsl(116, 100%, 84%) |
| CMYK | cmyk(30%, 0%, 33%, 0%) |
| LAB | lab(93.4 -39.1 32.4) |
| LCH | lch(93.4 50.7 140.4) |
| OKLCH | oklch(0.930 0.134 142.7) |
Copy-ready code
/* CSS */
color: #b2ffac;
background-color: #b2ffac;
/* Tailwind (arbitrary) */
class="text-[#b2ffac] bg-[#b2ffac]"
/* SCSS */
$brand: #b2ffac;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#b2ffac")Accessibility — WCAG contrast
Aa
#b2ffac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffac on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue67.5%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#b2ffac text on a black background
contrast 17.79:1
Card sample
#b2ffac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffac;
Background color
Panel with #b2ffac background
background-color: #b2ffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffac; background: linear-gradient(135deg, #b2ffac, #ACFFDD);