#b1ccdf
a light, soft blue · cool · closest name: skyblue
RGB
177, 204, 223
HSL
205°, 42%, 78%
CMYK
21, 9, 0, 13
Luminance
0.5786
Every format
| HEX | #b1ccdf |
| RGB | rgb(177, 204, 223) |
| HSL | hsl(205, 42%, 78%) |
| CMYK | cmyk(21%, 9%, 0%, 13%) |
| LAB | lab(80.7 -5.0 -12.4) |
| LCH | lch(80.7 13.4 248.1) |
| OKLCH | oklch(0.831 0.040 238.7) |
Copy-ready code
/* CSS */
color: #b1ccdf;
background-color: #b1ccdf;
/* Tailwind (arbitrary) */
class="text-[#b1ccdf] bg-[#b1ccdf]"
/* SCSS */
$brand: #b1ccdf;
/* SwiftUI */
Color(red: 0.694, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#b1ccdf")Accessibility — WCAG contrast
Aa
#b1ccdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ccdf on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green80.0%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b1ccdf text on a black background
contrast 12.57:1
Card sample
#b1ccdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ccdf;
Background color
Panel with #b1ccdf background
background-color: #b1ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ccdf; background: linear-gradient(135deg, #b1ccdf, #B5B1DF);