#b0dcfd
a light, electric blue · cool · closest name: skyblue
RGB
176, 220, 253
HSL
206°, 95%, 84%
CMYK
30, 13, 0, 1
Luminance
0.6751
Every format
| HEX | #b0dcfd |
| RGB | rgb(176, 220, 253) |
| HSL | hsl(206, 95%, 84%) |
| CMYK | cmyk(30%, 13%, 0%, 1%) |
| LAB | lab(85.8 -6.8 -20.7) |
| LCH | lch(85.8 21.8 251.8) |
| OKLCH | oklch(0.874 0.065 240.9) |
Copy-ready code
/* CSS */
color: #b0dcfd;
background-color: #b0dcfd;
/* Tailwind (arbitrary) */
class="text-[#b0dcfd] bg-[#b0dcfd]"
/* SCSS */
$brand: #b0dcfd;
/* SwiftUI */
Color(red: 0.690, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b0dcfd")Accessibility — WCAG contrast
Aa
#b0dcfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dcfd on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green86.3%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b0dcfd text on a black background
contrast 14.50:1
Card sample
#b0dcfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dcfd;
Background color
Panel with #b0dcfd background
background-color: #b0dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dcfd; background: linear-gradient(135deg, #b0dcfd, #B7B0FD);