#b2fade
a light, electric green · cool · closest name: aquamarine
RGB
178, 250, 222
HSL
157°, 88%, 84%
CMYK
29, 0, 11, 2
Luminance
0.8311
Every format
| HEX | #b2fade |
| RGB | rgb(178, 250, 222) |
| HSL | hsl(157, 88%, 84%) |
| CMYK | cmyk(29%, 0%, 11%, 2%) |
| LAB | lab(93.1 -27.9 6.3) |
| LCH | lch(93.1 28.6 167.3) |
| OKLCH | oklch(0.930 0.081 168.4) |
Copy-ready code
/* CSS */
color: #b2fade;
background-color: #b2fade;
/* Tailwind (arbitrary) */
class="text-[#b2fade] bg-[#b2fade]"
/* SCSS */
$brand: #b2fade;
/* SwiftUI */
Color(red: 0.698, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#b2fade")Accessibility — WCAG contrast
Aa
#b2fade on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fade on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.0%
Blue87.1%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#b2fade text on a black background
contrast 17.62:1
Card sample
#b2fade text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fade;
Background color
Panel with #b2fade background
background-color: #b2fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fade; background: linear-gradient(135deg, #b2fade, #B2E6FA);