#b1dcf1
a light, vivid cyan · cool · closest name: skyblue
RGB
177, 220, 241
HSL
200°, 70%, 82%
CMYK
27, 9, 0, 6
Luminance
0.6688
Every format
| HEX | #b1dcf1 |
| RGB | rgb(177, 220, 241) |
| HSL | hsl(200, 70%, 82%) |
| CMYK | cmyk(27%, 9%, 0%, 6%) |
| LAB | lab(85.4 -9.3 -14.8) |
| LCH | lch(85.4 17.5 237.9) |
| OKLCH | oklch(0.871 0.053 229.1) |
Copy-ready code
/* CSS */
color: #b1dcf1;
background-color: #b1dcf1;
/* Tailwind (arbitrary) */
class="text-[#b1dcf1] bg-[#b1dcf1]"
/* SCSS */
$brand: #b1dcf1;
/* SwiftUI */
Color(red: 0.694, green: 0.863, blue: 0.945)
/* Android */
Color.parseColor("#b1dcf1")Accessibility — WCAG contrast
Aa
#b1dcf1 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dcf1 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green86.3%
Blue94.5%
CMYK percentages
Cyan26.6%
Magenta8.7%
Yellow0.0%
Key (black)5.5%
Color previews
#b1dcf1 text on a black background
contrast 14.38:1
Card sample
#b1dcf1 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dcf1;
Background color
Panel with #b1dcf1 background
background-color: #b1dcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 220, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 220, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dcf1; background: linear-gradient(135deg, #b1dcf1, #B1B1F1);