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