#b0c5e6
a light, vivid blue · cool · closest name: skyblue
RGB
176, 197, 230
HSL
217°, 52%, 80%
CMYK
24, 14, 0, 10
Luminance
0.5488
Every format
| HEX | #b0c5e6 |
| RGB | rgb(176, 197, 230) |
| HSL | hsl(217, 52%, 80%) |
| CMYK | cmyk(24%, 14%, 0%, 10%) |
| LAB | lab(79.0 -0.0 -18.7) |
| LCH | lch(79.0 18.7 269.9) |
| OKLCH | oklch(0.819 0.052 259.4) |
Copy-ready code
/* CSS */
color: #b0c5e6;
background-color: #b0c5e6;
/* Tailwind (arbitrary) */
class="text-[#b0c5e6] bg-[#b0c5e6]"
/* SCSS */
$brand: #b0c5e6;
/* SwiftUI */
Color(red: 0.690, green: 0.773, blue: 0.902)
/* Android */
Color.parseColor("#b0c5e6")Accessibility — WCAG contrast
Aa
#b0c5e6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c5e6 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green77.3%
Blue90.2%
CMYK percentages
Cyan23.5%
Magenta14.3%
Yellow0.0%
Key (black)9.8%
Color previews
#b0c5e6 text on a black background
contrast 11.98:1
Card sample
#b0c5e6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c5e6;
Background color
Panel with #b0c5e6 background
background-color: #b0c5e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c5e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 197, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 197, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c5e6; background: linear-gradient(135deg, #b0c5e6, #BFB0E6);