#b0c6df
a light, soft blue · cool · closest name: skyblue
RGB
176, 198, 223
HSL
212°, 42%, 78%
CMYK
21, 11, 0, 13
Luminance
0.5495
Every format
| HEX | #b0c6df |
| RGB | rgb(176, 198, 223) |
| HSL | hsl(212, 42%, 78%) |
| CMYK | cmyk(21%, 11%, 0%, 13%) |
| LAB | lab(79.0 -2.1 -14.9) |
| LCH | lch(79.0 15.1 261.9) |
| OKLCH | oklch(0.818 0.043 251.7) |
Copy-ready code
/* CSS */
color: #b0c6df;
background-color: #b0c6df;
/* Tailwind (arbitrary) */
class="text-[#b0c6df] bg-[#b0c6df]"
/* SCSS */
$brand: #b0c6df;
/* SwiftUI */
Color(red: 0.690, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#b0c6df")Accessibility — WCAG contrast
Aa
#b0c6df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c6df on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green77.6%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b0c6df text on a black background
contrast 11.99:1
Card sample
#b0c6df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c6df;
Background color
Panel with #b0c6df background
background-color: #b0c6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c6df; background: linear-gradient(135deg, #b0c6df, #B9B0DF);