#b1fdce
a light, electric green · cool · closest name: aquamarine
RGB
177, 253, 206
HSL
143°, 95%, 84%
CMYK
30, 0, 19, 1
Luminance
0.8405
Every format
| HEX | #b1fdce |
| RGB | rgb(177, 253, 206) |
| HSL | hsl(143, 95%, 84%) |
| CMYK | cmyk(30%, 0%, 19%, 1%) |
| LAB | lab(93.5 -32.7 15.1) |
| LCH | lch(93.5 36.0 155.2) |
| OKLCH | oklch(0.932 0.099 156.7) |
Copy-ready code
/* CSS */
color: #b1fdce;
background-color: #b1fdce;
/* Tailwind (arbitrary) */
class="text-[#b1fdce] bg-[#b1fdce]"
/* SCSS */
$brand: #b1fdce;
/* SwiftUI */
Color(red: 0.694, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#b1fdce")Accessibility — WCAG contrast
Aa
#b1fdce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fdce on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green99.2%
Blue80.8%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#b1fdce text on a black background
contrast 17.81:1
Card sample
#b1fdce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fdce;
Background color
Panel with #b1fdce background
background-color: #b1fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fdce; background: linear-gradient(135deg, #b1fdce, #B1F9FD);