#b1dade
a light, soft cyan · cool · closest name: silver
RGB
177, 218, 222
HSL
185°, 41%, 78%
CMYK
20, 2, 0, 13
Luminance
0.6476
Every format
| HEX | #b1dade |
| RGB | rgb(177, 218, 222) |
| HSL | hsl(185, 41%, 78%) |
| CMYK | cmyk(20%, 2%, 0%, 13%) |
| LAB | lab(84.4 -12.5 -6.4) |
| LCH | lch(84.4 14.0 207.1) |
| OKLCH | oklch(0.860 0.043 203.7) |
Copy-ready code
/* CSS */
color: #b1dade;
background-color: #b1dade;
/* Tailwind (arbitrary) */
class="text-[#b1dade] bg-[#b1dade]"
/* SCSS */
$brand: #b1dade;
/* SwiftUI */
Color(red: 0.694, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#b1dade")Accessibility — WCAG contrast
Aa
#b1dade on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dade on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green85.5%
Blue87.1%
CMYK percentages
Cyan20.3%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#b1dade text on a black background
contrast 13.95:1
Card sample
#b1dade text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dade;
Background color
Panel with #b1dade background
background-color: #b1dade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dade; background: linear-gradient(135deg, #b1dade, #B1BCDE);