#b6dffc
a pale, electric blue · cool · closest name: skyblue
RGB
182, 223, 252
HSL
205°, 92%, 85%
CMYK
28, 12, 0, 1
Luminance
0.6975
Every format
| HEX | #b6dffc |
| RGB | rgb(182, 223, 252) |
| HSL | hsl(205, 92%, 85%) |
| CMYK | cmyk(28%, 12%, 0%, 1%) |
| LAB | lab(86.9 -6.9 -18.5) |
| LCH | lch(86.9 19.7 249.5) |
| OKLCH | oklch(0.884 0.059 239.1) |
Copy-ready code
/* CSS */
color: #b6dffc;
background-color: #b6dffc;
/* Tailwind (arbitrary) */
class="text-[#b6dffc] bg-[#b6dffc]"
/* SCSS */
$brand: #b6dffc;
/* SwiftUI */
Color(red: 0.714, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#b6dffc")Accessibility — WCAG contrast
Aa
#b6dffc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6dffc on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green87.5%
Blue98.8%
CMYK percentages
Cyan27.8%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b6dffc text on a black background
contrast 14.95:1
Card sample
#b6dffc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6dffc;
Background color
Panel with #b6dffc background
background-color: #b6dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6dffc; background: linear-gradient(135deg, #b6dffc, #BCB6FC);