#b6cdfb
a light, electric blue · cool · closest name: skyblue
RGB
182, 205, 251
HSL
220°, 90%, 85%
CMYK
28, 18, 0, 2
Luminance
0.6057
Every format
| HEX | #b6cdfb |
| RGB | rgb(182, 205, 251) |
| HSL | hsl(220, 90%, 85%) |
| CMYK | cmyk(28%, 18%, 0%, 2%) |
| LAB | lab(82.2 2.3 -25.1) |
| LCH | lch(82.2 25.2 275.3) |
| OKLCH | oklch(0.847 0.069 264.1) |
Copy-ready code
/* CSS */
color: #b6cdfb;
background-color: #b6cdfb;
/* Tailwind (arbitrary) */
class="text-[#b6cdfb] bg-[#b6cdfb]"
/* SCSS */
$brand: #b6cdfb;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#b6cdfb")Accessibility — WCAG contrast
Aa
#b6cdfb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdfb on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan27.5%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b6cdfb text on a black background
contrast 13.11:1
Card sample
#b6cdfb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdfb;
Background color
Panel with #b6cdfb background
background-color: #b6cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdfb; background: linear-gradient(135deg, #b6cdfb, #CDB6FB);