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