#b0ffa2
a light, electric green · cool · closest name: aquamarine
RGB
176, 255, 162
HSL
111°, 100%, 82%
CMYK
31, 0, 37, 0
Luminance
0.8336
Every format
| HEX | #b0ffa2 |
| RGB | rgb(176, 255, 162) |
| HSL | hsl(111, 100%, 82%) |
| CMYK | cmyk(31%, 0%, 37%, 0%) |
| LAB | lab(93.2 -41.2 37.0) |
| LCH | lch(93.2 55.4 138.1) |
| OKLCH | oklch(0.927 0.145 140.7) |
Copy-ready code
/* CSS */
color: #b0ffa2;
background-color: #b0ffa2;
/* Tailwind (arbitrary) */
class="text-[#b0ffa2] bg-[#b0ffa2]"
/* SCSS */
$brand: #b0ffa2;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.635)
/* Android */
Color.parseColor("#b0ffa2")Accessibility — WCAG contrast
Aa
#b0ffa2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ffa2 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue63.5%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow36.5%
Key (black)0.0%
Color previews
#b0ffa2 text on a black background
contrast 17.67:1
Card sample
#b0ffa2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ffa2;
Background color
Panel with #b0ffa2 background
background-color: #b0ffa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ffa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ffa2; background: linear-gradient(135deg, #b0ffa2, #A2FFD2);