#b6cdff
a pale, electric blue · cool · closest name: skyblue
RGB
182, 205, 255
HSL
221°, 100%, 86%
CMYK
29, 20, 0, 0
Luminance
0.6083
Every format
| HEX | #b6cdff |
| RGB | rgb(182, 205, 255) |
| HSL | hsl(221, 100%, 86%) |
| CMYK | cmyk(29%, 20%, 0%, 0%) |
| LAB | lab(82.3 3.3 -27.0) |
| LCH | lch(82.3 27.2 276.9) |
| OKLCH | oklch(0.848 0.074 265.5) |
Copy-ready code
/* CSS */
color: #b6cdff;
background-color: #b6cdff;
/* Tailwind (arbitrary) */
class="text-[#b6cdff] bg-[#b6cdff]"
/* SCSS */
$brand: #b6cdff;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#b6cdff")Accessibility — WCAG contrast
Aa
#b6cdff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdff on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b6cdff text on a black background
contrast 13.17:1
Card sample
#b6cdff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdff;
Background color
Panel with #b6cdff background
background-color: #b6cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdff; background: linear-gradient(135deg, #b6cdff, #D0B6FF);