#b0ceeb
a light, vivid blue · cool · closest name: skyblue
RGB
176, 206, 235
HSL
210°, 60%, 81%
CMYK
25, 12, 0, 8
Luminance
0.5937
Every format
| HEX | #b0ceeb |
| RGB | rgb(176, 206, 235) |
| HSL | hsl(210, 60%, 81%) |
| CMYK | cmyk(25%, 12%, 0%, 8%) |
| LAB | lab(81.5 -3.7 -17.6) |
| LCH | lch(81.5 18.0 258.3) |
| OKLCH | oklch(0.839 0.052 247.5) |
Copy-ready code
/* CSS */
color: #b0ceeb;
background-color: #b0ceeb;
/* Tailwind (arbitrary) */
class="text-[#b0ceeb] bg-[#b0ceeb]"
/* SCSS */
$brand: #b0ceeb;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#b0ceeb")Accessibility — WCAG contrast
Aa
#b0ceeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ceeb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b0ceeb text on a black background
contrast 12.87:1
Card sample
#b0ceeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ceeb;
Background color
Panel with #b0ceeb background
background-color: #b0ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ceeb; background: linear-gradient(135deg, #b0ceeb, #B9B0EB);