#b0cdfc
a light, electric blue · cool · closest name: skyblue
RGB
176, 205, 252
HSL
217°, 93%, 84%
CMYK
30, 19, 0, 1
Luminance
0.5992
Every format
| HEX | #b0cdfc |
| RGB | rgb(176, 205, 252) |
| HSL | hsl(217, 93%, 84%) |
| CMYK | cmyk(30%, 19%, 0%, 1%) |
| LAB | lab(81.8 0.9 -26.2) |
| LCH | lch(81.8 26.2 271.9) |
| OKLCH | oklch(0.843 0.073 260.0) |
Copy-ready code
/* CSS */
color: #b0cdfc;
background-color: #b0cdfc;
/* Tailwind (arbitrary) */
class="text-[#b0cdfc] bg-[#b0cdfc]"
/* SCSS */
$brand: #b0cdfc;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b0cdfc")Accessibility — WCAG contrast
Aa
#b0cdfc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdfc on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b0cdfc text on a black background
contrast 12.98:1
Card sample
#b0cdfc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdfc;
Background color
Panel with #b0cdfc background
background-color: #b0cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdfc; background: linear-gradient(135deg, #b0cdfc, #C6B0FC);