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