#b0cdf5
a light, electric blue · cool · closest name: skyblue
RGB
176, 205, 245
HSL
215°, 78%, 83%
CMYK
28, 16, 0, 4
Luminance
0.5949
Every format
| HEX | #b0cdf5 |
| RGB | rgb(176, 205, 245) |
| HSL | hsl(215, 78%, 83%) |
| CMYK | cmyk(28%, 16%, 0%, 4%) |
| LAB | lab(81.6 -0.8 -22.8) |
| LCH | lch(81.6 22.8 268.0) |
| OKLCH | oklch(0.841 0.064 256.5) |
Copy-ready code
/* CSS */
color: #b0cdf5;
background-color: #b0cdf5;
/* Tailwind (arbitrary) */
class="text-[#b0cdf5] bg-[#b0cdf5]"
/* SCSS */
$brand: #b0cdf5;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#b0cdf5")Accessibility — WCAG contrast
Aa
#b0cdf5 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdf5 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue96.1%
CMYK percentages
Cyan28.2%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#b0cdf5 text on a black background
contrast 12.90:1
Card sample
#b0cdf5 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdf5;
Background color
Panel with #b0cdf5 background
background-color: #b0cdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdf5; background: linear-gradient(135deg, #b0cdf5, #C1B0F5);