#b1ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
177, 255, 235
HSL
165°, 100%, 85%
CMYK
31, 0, 8, 0
Luminance
0.8687
Every format
| HEX | #b1ffeb |
| RGB | rgb(177, 255, 235) |
| HSL | hsl(165, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 8%, 0%) |
| LAB | lab(94.7 -27.9 1.9) |
| LCH | lch(94.7 28.0 176.0) |
| OKLCH | oklch(0.944 0.081 176.7) |
Copy-ready code
/* CSS */
color: #b1ffeb;
background-color: #b1ffeb;
/* Tailwind (arbitrary) */
class="text-[#b1ffeb] bg-[#b1ffeb]"
/* SCSS */
$brand: #b1ffeb;
/* SwiftUI */
Color(red: 0.694, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#b1ffeb")Accessibility — WCAG contrast
Aa
#b1ffeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ffeb on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green100.0%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#b1ffeb text on a black background
contrast 18.37:1
Card sample
#b1ffeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ffeb;
Background color
Panel with #b1ffeb background
background-color: #b1ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ffeb; background: linear-gradient(135deg, #b1ffeb, #B1DFFF);