#b0fad2
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 210
HSL
148°, 88%, 84%
CMYK
30, 0, 16, 2
Luminance
0.8225
Every format
| HEX | #b0fad2 |
| RGB | rgb(176, 250, 210) |
| HSL | hsl(148, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 16%, 2%) |
| LAB | lab(92.7 -30.9 12.0) |
| LCH | lch(92.7 33.1 158.8) |
| OKLCH | oklch(0.926 0.092 160.3) |
Copy-ready code
/* CSS */
color: #b0fad2;
background-color: #b0fad2;
/* Tailwind (arbitrary) */
class="text-[#b0fad2] bg-[#b0fad2]"
/* SCSS */
$brand: #b0fad2;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#b0fad2")Accessibility — WCAG contrast
Aa
#b0fad2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fad2 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue82.4%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#b0fad2 text on a black background
contrast 17.45:1
Card sample
#b0fad2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fad2;
Background color
Panel with #b0fad2 background
background-color: #b0fad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fad2; background: linear-gradient(135deg, #b0fad2, #B0F1FA);