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