#b0cdf9
a light, electric blue · cool · closest name: skyblue
RGB
176, 205, 249
HSL
216°, 86%, 83%
CMYK
29, 18, 0, 2
Luminance
0.5973
Every format
| HEX | #b0cdf9 |
| RGB | rgb(176, 205, 249) |
| HSL | hsl(216, 86%, 83%) |
| CMYK | cmyk(29%, 18%, 0%, 2%) |
| LAB | lab(81.7 0.1 -24.8) |
| LCH | lch(81.7 24.8 270.3) |
| OKLCH | oklch(0.842 0.069 258.6) |
Copy-ready code
/* CSS */
color: #b0cdf9;
background-color: #b0cdf9;
/* Tailwind (arbitrary) */
class="text-[#b0cdf9] bg-[#b0cdf9]"
/* SCSS */
$brand: #b0cdf9;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#b0cdf9")Accessibility — WCAG contrast
Aa
#b0cdf9 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdf9 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue97.6%
CMYK percentages
Cyan29.3%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#b0cdf9 text on a black background
contrast 12.95:1
Card sample
#b0cdf9 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdf9;
Background color
Panel with #b0cdf9 background
background-color: #b0cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdf9; background: linear-gradient(135deg, #b0cdf9, #C4B0F9);