#b0f3af
a light, vivid green · cool · closest name: aquamarine
RGB
176, 243, 175
HSL
119°, 74%, 82%
CMYK
28, 0, 28, 5
Luminance
0.7643
Every format
| HEX | #b0f3af |
| RGB | rgb(176, 243, 175) |
| HSL | hsl(119, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 28%, 5%) |
| LAB | lab(90.1 -33.8 26.3) |
| LCH | lch(90.1 42.8 142.1) |
| OKLCH | oklch(0.902 0.114 144.2) |
Copy-ready code
/* CSS */
color: #b0f3af;
background-color: #b0f3af;
/* Tailwind (arbitrary) */
class="text-[#b0f3af] bg-[#b0f3af]"
/* SCSS */
$brand: #b0f3af;
/* SwiftUI */
Color(red: 0.690, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#b0f3af")Accessibility — WCAG contrast
Aa
#b0f3af on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f3af on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green95.3%
Blue68.6%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#b0f3af text on a black background
contrast 16.29:1
Card sample
#b0f3af text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f3af;
Background color
Panel with #b0f3af background
background-color: #b0f3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f3af; background: linear-gradient(135deg, #b0f3af, #AFF3DB);