#b6cdf9
a light, electric blue · cool · closest name: skyblue
RGB
182, 205, 249
HSL
219°, 85%, 85%
CMYK
27, 18, 0, 2
Luminance
0.6045
Every format
| HEX | #b6cdf9 |
| RGB | rgb(182, 205, 249) |
| HSL | hsl(219, 85%, 85%) |
| CMYK | cmyk(27%, 18%, 0%, 2%) |
| LAB | lab(82.1 1.9 -24.1) |
| LCH | lch(82.1 24.2 274.4) |
| OKLCH | oklch(0.846 0.067 263.3) |
Copy-ready code
/* CSS */
color: #b6cdf9;
background-color: #b6cdf9;
/* Tailwind (arbitrary) */
class="text-[#b6cdf9] bg-[#b6cdf9]"
/* SCSS */
$brand: #b6cdf9;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#b6cdf9")Accessibility — WCAG contrast
Aa
#b6cdf9 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdf9 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue97.6%
CMYK percentages
Cyan26.9%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#b6cdf9 text on a black background
contrast 13.09:1
Card sample
#b6cdf9 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdf9;
Background color
Panel with #b6cdf9 background
background-color: #b6cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdf9; background: linear-gradient(135deg, #b6cdf9, #CCB6F9);