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