#b1dcdf
a light, soft cyan · cool · closest name: silver
RGB
177, 220, 223
HSL
184°, 42%, 78%
CMYK
21, 1, 0, 13
Luminance
0.6586
Every format
| HEX | #b1dcdf |
| RGB | rgb(177, 220, 223) |
| HSL | hsl(184, 42%, 78%) |
| CMYK | cmyk(21%, 1%, 0%, 13%) |
| LAB | lab(84.9 -13.3 -6.1) |
| LCH | lch(84.9 14.6 204.7) |
| OKLCH | oklch(0.865 0.045 201.6) |
Copy-ready code
/* CSS */
color: #b1dcdf;
background-color: #b1dcdf;
/* Tailwind (arbitrary) */
class="text-[#b1dcdf] bg-[#b1dcdf]"
/* SCSS */
$brand: #b1dcdf;
/* SwiftUI */
Color(red: 0.694, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#b1dcdf")Accessibility — WCAG contrast
Aa
#b1dcdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dcdf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b1dcdf text on a black background
contrast 14.17:1
Card sample
#b1dcdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dcdf;
Background color
Panel with #b1dcdf background
background-color: #b1dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dcdf; background: linear-gradient(135deg, #b1dcdf, #B1BDDF);