#b6d8ff
a pale, electric blue · cool · closest name: skyblue
RGB
182, 216, 255
HSL
212°, 100%, 86%
CMYK
29, 15, 0, 0
Luminance
0.6628
Every format
| HEX | #b6d8ff |
| RGB | rgb(182, 216, 255) |
| HSL | hsl(212, 100%, 86%) |
| CMYK | cmyk(29%, 15%, 0%, 0%) |
| LAB | lab(85.1 -2.5 -22.7) |
| LCH | lch(85.1 22.8 263.6) |
| OKLCH | oklch(0.871 0.065 252.1) |
Copy-ready code
/* CSS */
color: #b6d8ff;
background-color: #b6d8ff;
/* Tailwind (arbitrary) */
class="text-[#b6d8ff] bg-[#b6d8ff]"
/* SCSS */
$brand: #b6d8ff;
/* SwiftUI */
Color(red: 0.714, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#b6d8ff")Accessibility — WCAG contrast
Aa
#b6d8ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6d8ff on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green84.7%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b6d8ff text on a black background
contrast 14.26:1
Card sample
#b6d8ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6d8ff;
Background color
Panel with #b6d8ff background
background-color: #b6d8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6d8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6d8ff; background: linear-gradient(135deg, #b6d8ff, #C5B6FF);