#b0cdff
a light, electric blue · cool · closest name: skyblue
RGB
176, 205, 255
HSL
218°, 100%, 85%
CMYK
31, 20, 0, 0
Luminance
0.6011
Every format
| HEX | #b0cdff |
| RGB | rgb(176, 205, 255) |
| HSL | hsl(218, 100%, 85%) |
| CMYK | cmyk(31%, 20%, 0%, 0%) |
| LAB | lab(81.9 1.6 -27.6) |
| LCH | lch(81.9 27.7 273.3) |
| OKLCH | oklch(0.844 0.077 261.2) |
Copy-ready code
/* CSS */
color: #b0cdff;
background-color: #b0cdff;
/* Tailwind (arbitrary) */
class="text-[#b0cdff] bg-[#b0cdff]"
/* SCSS */
$brand: #b0cdff;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#b0cdff")Accessibility — WCAG contrast
Aa
#b0cdff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdff on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b0cdff text on a black background
contrast 13.02:1
Card sample
#b0cdff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdff;
Background color
Panel with #b0cdff background
background-color: #b0cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdff; background: linear-gradient(135deg, #b0cdff, #C8B0FF);