#b1fcdf
a light, electric green · cool · closest name: aquamarine
RGB
177, 252, 223
HSL
157°, 93%, 84%
CMYK
30, 0, 12, 1
Luminance
0.8430
Every format
| HEX | #b1fcdf |
| RGB | rgb(177, 252, 223) |
| HSL | hsl(157, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 12%, 1%) |
| LAB | lab(93.6 -29.0 6.5) |
| LCH | lch(93.6 29.7 167.3) |
| OKLCH | oklch(0.934 0.084 168.5) |
Copy-ready code
/* CSS */
color: #b1fcdf;
background-color: #b1fcdf;
/* Tailwind (arbitrary) */
class="text-[#b1fcdf] bg-[#b1fcdf]"
/* SCSS */
$brand: #b1fcdf;
/* SwiftUI */
Color(red: 0.694, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#b1fcdf")Accessibility — WCAG contrast
Aa
#b1fcdf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fcdf on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green98.8%
Blue87.5%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#b1fcdf text on a black background
contrast 17.86:1
Card sample
#b1fcdf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fcdf;
Background color
Panel with #b1fcdf background
background-color: #b1fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fcdf; background: linear-gradient(135deg, #b1fcdf, #B1E7FC);