#b6cdfd
a pale, electric blue · cool · closest name: skyblue
RGB
182, 205, 253
HSL
221°, 95%, 85%
CMYK
28, 19, 0, 1
Luminance
0.6070
Every format
| HEX | #b6cdfd |
| RGB | rgb(182, 205, 253) |
| HSL | hsl(221, 95%, 85%) |
| CMYK | cmyk(28%, 19%, 0%, 1%) |
| LAB | lab(82.2 2.8 -26.1) |
| LCH | lch(82.2 26.2 276.2) |
| OKLCH | oklch(0.848 0.072 264.8) |
Copy-ready code
/* CSS */
color: #b6cdfd;
background-color: #b6cdfd;
/* Tailwind (arbitrary) */
class="text-[#b6cdfd] bg-[#b6cdfd]"
/* SCSS */
$brand: #b6cdfd;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#b6cdfd")Accessibility — WCAG contrast
Aa
#b6cdfd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdfd on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b6cdfd text on a black background
contrast 13.14:1
Card sample
#b6cdfd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdfd;
Background color
Panel with #b6cdfd background
background-color: #b6cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdfd; background: linear-gradient(135deg, #b6cdfd, #CEB6FD);