#b2f6ba
a light, electric green · cool · closest name: aquamarine
RGB
178, 246, 186
HSL
127°, 79%, 83%
CMYK
28, 0, 24, 4
Luminance
0.7892
Every format
| HEX | #b2f6ba |
| RGB | rgb(178, 246, 186) |
| HSL | hsl(127, 79%, 83%) |
| CMYK | cmyk(28%, 0%, 24%, 4%) |
| LAB | lab(91.2 -32.7 22.2) |
| LCH | lch(91.2 39.6 145.8) |
| OKLCH | oklch(0.912 0.106 147.7) |
Copy-ready code
/* CSS */
color: #b2f6ba;
background-color: #b2f6ba;
/* Tailwind (arbitrary) */
class="text-[#b2f6ba] bg-[#b2f6ba]"
/* SCSS */
$brand: #b2f6ba;
/* SwiftUI */
Color(red: 0.698, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#b2f6ba")Accessibility — WCAG contrast
Aa
#b2f6ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f6ba on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.5%
Blue72.9%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#b2f6ba text on a black background
contrast 16.78:1
Card sample
#b2f6ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f6ba;
Background color
Panel with #b2f6ba background
background-color: #b2f6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f6ba; background: linear-gradient(135deg, #b2f6ba, #B2F6E7);