#b0f6ba
a light, electric green · cool · closest name: aquamarine
RGB
176, 246, 186
HSL
129°, 80%, 83%
CMYK
29, 0, 24, 4
Luminance
0.7869
Every format
| HEX | #b0f6ba |
| RGB | rgb(176, 246, 186) |
| HSL | hsl(129, 80%, 83%) |
| CMYK | cmyk(29%, 0%, 24%, 4%) |
| LAB | lab(91.1 -33.4 22.1) |
| LCH | lch(91.1 40.0 146.5) |
| OKLCH | oklch(0.911 0.107 148.4) |
Copy-ready code
/* CSS */
color: #b0f6ba;
background-color: #b0f6ba;
/* Tailwind (arbitrary) */
class="text-[#b0f6ba] bg-[#b0f6ba]"
/* SCSS */
$brand: #b0f6ba;
/* SwiftUI */
Color(red: 0.690, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#b0f6ba")Accessibility — WCAG contrast
Aa
#b0f6ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f6ba on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green96.5%
Blue72.9%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow24.4%
Key (black)3.5%
Color previews
#b0f6ba text on a black background
contrast 16.74:1
Card sample
#b0f6ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f6ba;
Background color
Panel with #b0f6ba background
background-color: #b0f6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f6ba; background: linear-gradient(135deg, #b0f6ba, #B0F6E9);