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