#b6cdf7
a light, electric blue · cool · closest name: skyblue
RGB
182, 205, 247
HSL
219°, 80%, 84%
CMYK
26, 17, 0, 3
Luminance
0.6032
Every format
| HEX | #b6cdf7 |
| RGB | rgb(182, 205, 247) |
| HSL | hsl(219, 80%, 84%) |
| CMYK | cmyk(26%, 17%, 0%, 3%) |
| LAB | lab(82.0 1.4 -23.2) |
| LCH | lch(82.0 23.2 273.5) |
| OKLCH | oklch(0.845 0.064 262.4) |
Copy-ready code
/* CSS */
color: #b6cdf7;
background-color: #b6cdf7;
/* Tailwind (arbitrary) */
class="text-[#b6cdf7] bg-[#b6cdf7]"
/* SCSS */
$brand: #b6cdf7;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#b6cdf7")Accessibility — WCAG contrast
Aa
#b6cdf7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdf7 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue96.9%
CMYK percentages
Cyan26.3%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#b6cdf7 text on a black background
contrast 13.06:1
Card sample
#b6cdf7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdf7;
Background color
Panel with #b6cdf7 background
background-color: #b6cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdf7; background: linear-gradient(135deg, #b6cdf7, #CAB6F7);