#b6dafd
a pale, electric blue · cool · closest name: skyblue
RGB
182, 218, 253
HSL
210°, 95%, 85%
CMYK
28, 14, 0, 1
Luminance
0.6718
Every format
| HEX | #b6dafd |
| RGB | rgb(182, 218, 253) |
| HSL | hsl(210, 95%, 85%) |
| CMYK | cmyk(28%, 14%, 0%, 1%) |
| LAB | lab(85.6 -4.1 -20.9) |
| LCH | lch(85.6 21.3 259.0) |
| OKLCH | oklch(0.874 0.062 247.8) |
Copy-ready code
/* CSS */
color: #b6dafd;
background-color: #b6dafd;
/* Tailwind (arbitrary) */
class="text-[#b6dafd] bg-[#b6dafd]"
/* SCSS */
$brand: #b6dafd;
/* SwiftUI */
Color(red: 0.714, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b6dafd")Accessibility — WCAG contrast
Aa
#b6dafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dafd on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green85.5%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b6dafd text on a black background
contrast 14.44:1
Card sample
#b6dafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dafd;
Background color
Panel with #b6dafd background
background-color: #b6dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dafd; background: linear-gradient(135deg, #b6dafd, #C1B6FD);