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