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