#b1fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
177, 252, 235
HSL
166°, 93%, 84%
CMYK
30, 0, 7, 1
Luminance
0.8497
Every format
| HEX | #b1fceb |
| RGB | rgb(177, 252, 235) |
| HSL | hsl(166, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 7%, 1%) |
| LAB | lab(93.9 -26.5 0.8) |
| LCH | lch(93.9 26.5 178.4) |
| OKLCH | oklch(0.937 0.077 178.8) |
Copy-ready code
/* CSS */
color: #b1fceb;
background-color: #b1fceb;
/* Tailwind (arbitrary) */
class="text-[#b1fceb] bg-[#b1fceb]"
/* SCSS */
$brand: #b1fceb;
/* SwiftUI */
Color(red: 0.694, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b1fceb")Accessibility — WCAG contrast
Aa
#b1fceb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fceb on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b1fceb text on a black background
contrast 17.99:1
Card sample
#b1fceb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fceb;
Background color
Panel with #b1fceb background
background-color: #b1fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fceb; background: linear-gradient(135deg, #b1fceb, #B1DBFC);