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