#b6dcfd
a pale, electric blue · cool · closest name: skyblue
RGB
182, 220, 253
HSL
208°, 95%, 85%
CMYK
28, 13, 0, 1
Luminance
0.6822
Every format
| HEX | #b6dcfd |
| RGB | rgb(182, 220, 253) |
| HSL | hsl(208, 95%, 85%) |
| CMYK | cmyk(28%, 13%, 0%, 1%) |
| LAB | lab(86.1 -5.1 -20.1) |
| LCH | lch(86.1 20.8 255.8) |
| OKLCH | oklch(0.878 0.061 244.8) |
Copy-ready code
/* CSS */
color: #b6dcfd;
background-color: #b6dcfd;
/* Tailwind (arbitrary) */
class="text-[#b6dcfd] bg-[#b6dcfd]"
/* SCSS */
$brand: #b6dcfd;
/* SwiftUI */
Color(red: 0.714, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b6dcfd")Accessibility — WCAG contrast
Aa
#b6dcfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dcfd on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green86.3%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b6dcfd text on a black background
contrast 14.64:1
Card sample
#b6dcfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dcfd;
Background color
Panel with #b6dcfd background
background-color: #b6dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dcfd; background: linear-gradient(135deg, #b6dcfd, #BFB6FD);