#b0fadf
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 223
HSL
158°, 88%, 84%
CMYK
30, 0, 11, 2
Luminance
0.8293
Every format
| HEX | #b0fadf |
| RGB | rgb(176, 250, 223) |
| HSL | hsl(158, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 11%, 2%) |
| LAB | lab(93.0 -28.3 5.7) |
| LCH | lch(93.0 28.9 168.7) |
| OKLCH | oklch(0.929 0.082 169.8) |
Copy-ready code
/* CSS */
color: #b0fadf;
background-color: #b0fadf;
/* Tailwind (arbitrary) */
class="text-[#b0fadf] bg-[#b0fadf]"
/* SCSS */
$brand: #b0fadf;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#b0fadf")Accessibility — WCAG contrast
Aa
#b0fadf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fadf on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#b0fadf text on a black background
contrast 17.59:1
Card sample
#b0fadf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fadf;
Background color
Panel with #b0fadf background
background-color: #b0fadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fadf; background: linear-gradient(135deg, #b0fadf, #B0E4FA);