#b0dcff
a light, electric blue · cool · closest name: skyblue
RGB
176, 220, 255
HSL
207°, 100%, 85%
CMYK
31, 14, 0, 0
Luminance
0.6764
Every format
| HEX | #b0dcff |
| RGB | rgb(176, 220, 255) |
| HSL | hsl(207, 100%, 85%) |
| CMYK | cmyk(31%, 14%, 0%, 0%) |
| LAB | lab(85.8 -6.3 -21.7) |
| LCH | lch(85.8 22.6 253.7) |
| OKLCH | oklch(0.875 0.067 242.5) |
Copy-ready code
/* CSS */
color: #b0dcff;
background-color: #b0dcff;
/* Tailwind (arbitrary) */
class="text-[#b0dcff] bg-[#b0dcff]"
/* SCSS */
$brand: #b0dcff;
/* SwiftUI */
Color(red: 0.690, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#b0dcff")Accessibility — WCAG contrast
Aa
#b0dcff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dcff on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.3%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b0dcff text on a black background
contrast 14.53:1
Card sample
#b0dcff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dcff;
Background color
Panel with #b0dcff background
background-color: #b0dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dcff; background: linear-gradient(135deg, #b0dcff, #B9B0FF);