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