#b1ffc3
a light, electric green · cool · closest name: aquamarine
RGB
177, 255, 195
HSL
134°, 100%, 85%
CMYK
31, 0, 24, 0
Luminance
0.8481
Every format
| HEX | #b1ffc3 |
| RGB | rgb(177, 255, 195) |
| HSL | hsl(134, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 24%, 0%) |
| LAB | lab(93.8 -35.6 21.2) |
| LCH | lch(93.8 41.5 149.2) |
| OKLCH | oklch(0.934 0.112 151.0) |
Copy-ready code
/* CSS */
color: #b1ffc3;
background-color: #b1ffc3;
/* Tailwind (arbitrary) */
class="text-[#b1ffc3] bg-[#b1ffc3]"
/* SCSS */
$brand: #b1ffc3;
/* SwiftUI */
Color(red: 0.694, green: 1.000, blue: 0.765)
/* Android */
Color.parseColor("#b1ffc3")Accessibility — WCAG contrast
Aa
#b1ffc3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ffc3 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green100.0%
Blue76.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow23.5%
Key (black)0.0%
Color previews
#b1ffc3 text on a black background
contrast 17.96:1
Card sample
#b1ffc3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ffc3;
Background color
Panel with #b1ffc3 background
background-color: #b1ffc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ffc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 255, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 255, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ffc3; background: linear-gradient(135deg, #b1ffc3, #B1FFF7);