#b0f1a2
a light, vivid green · cool · closest name: aquamarine
RGB
176, 241, 162
HSL
109°, 74%, 79%
CMYK
27, 0, 33, 6
Luminance
0.7475
Every format
| HEX | #b0f1a2 |
| RGB | rgb(176, 241, 162) |
| HSL | hsl(109, 74%, 79%) |
| CMYK | cmyk(27%, 0%, 33%, 6%) |
| LAB | lab(89.3 -34.9 31.8) |
| LCH | lch(89.3 47.2 137.7) |
| OKLCH | oklch(0.895 0.124 140.1) |
Copy-ready code
/* CSS */
color: #b0f1a2;
background-color: #b0f1a2;
/* Tailwind (arbitrary) */
class="text-[#b0f1a2] bg-[#b0f1a2]"
/* SCSS */
$brand: #b0f1a2;
/* SwiftUI */
Color(red: 0.690, green: 0.945, blue: 0.635)
/* Android */
Color.parseColor("#b0f1a2")Accessibility — WCAG contrast
Aa
#b0f1a2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f1a2 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green94.5%
Blue63.5%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow32.8%
Key (black)5.5%
Color previews
#b0f1a2 text on a black background
contrast 15.95:1
Card sample
#b0f1a2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f1a2;
Background color
Panel with #b0f1a2 background
background-color: #b0f1a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f1a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 241, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 241, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f1a2; background: linear-gradient(135deg, #b0f1a2, #A2F1C9);