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