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