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