#b0f3da
a light, vivid green · cool · closest name: aquamarine
RGB
176, 243, 218
HSL
158°, 74%, 82%
CMYK
28, 0, 10, 5
Luminance
0.7839
Every format
| HEX | #b0f3da |
| RGB | rgb(176, 243, 218) |
| HSL | hsl(158, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 10%, 5%) |
| LAB | lab(91.0 -26.0 5.3) |
| LCH | lch(91.0 26.5 168.4) |
| OKLCH | oklch(0.912 0.075 169.5) |
Copy-ready code
/* CSS */
color: #b0f3da;
background-color: #b0f3da;
/* Tailwind (arbitrary) */
class="text-[#b0f3da] bg-[#b0f3da]"
/* SCSS */
$brand: #b0f3da;
/* SwiftUI */
Color(red: 0.690, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#b0f3da")Accessibility — WCAG contrast
Aa
#b0f3da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f3da on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green95.3%
Blue85.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#b0f3da text on a black background
contrast 16.68:1
Card sample
#b0f3da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f3da;
Background color
Panel with #b0f3da background
background-color: #b0f3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f3da; background: linear-gradient(135deg, #b0f3da, #B0DFF3);