#b0cefe
a light, electric blue · cool · closest name: skyblue
RGB
176, 206, 254
HSL
217°, 98%, 84%
CMYK
31, 19, 0, 0
Luminance
0.6053
Every format
| HEX | #b0cefe |
| RGB | rgb(176, 206, 254) |
| HSL | hsl(217, 98%, 84%) |
| CMYK | cmyk(31%, 19%, 0%, 0%) |
| LAB | lab(82.1 0.8 -26.8) |
| LCH | lch(82.1 26.8 271.7) |
| OKLCH | oklch(0.846 0.075 259.7) |
Copy-ready code
/* CSS */
color: #b0cefe;
background-color: #b0cefe;
/* Tailwind (arbitrary) */
class="text-[#b0cefe] bg-[#b0cefe]"
/* SCSS */
$brand: #b0cefe;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#b0cefe")Accessibility — WCAG contrast
Aa
#b0cefe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cefe on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue99.6%
CMYK percentages
Cyan30.7%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#b0cefe text on a black background
contrast 13.11:1
Card sample
#b0cefe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cefe;
Background color
Panel with #b0cefe background
background-color: #b0cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cefe; background: linear-gradient(135deg, #b0cefe, #C6B0FE);