#b1ebdf
a light, vivid cyan · cool · closest name: beige
RGB
177, 235, 223
HSL
168°, 59%, 81%
CMYK
25, 0, 5, 8
Luminance
0.7409
Every format
| HEX | #b1ebdf |
| RGB | rgb(177, 235, 223) |
| HSL | hsl(168, 59%, 81%) |
| CMYK | cmyk(25%, 0%, 5%, 8%) |
| LAB | lab(89.0 -20.8 -0.1) |
| LCH | lch(89.0 20.8 180.4) |
| OKLCH | oklch(0.897 0.061 180.7) |
Copy-ready code
/* CSS */
color: #b1ebdf;
background-color: #b1ebdf;
/* Tailwind (arbitrary) */
class="text-[#b1ebdf] bg-[#b1ebdf]"
/* SCSS */
$brand: #b1ebdf;
/* SwiftUI */
Color(red: 0.694, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b1ebdf")Accessibility — WCAG contrast
Aa
#b1ebdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ebdf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b1ebdf text on a black background
contrast 15.82:1
Card sample
#b1ebdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ebdf;
Background color
Panel with #b1ebdf background
background-color: #b1ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ebdf; background: linear-gradient(135deg, #b1ebdf, #B1D0EB);