#b4cdfc
a light, electric blue · cool · closest name: skyblue
RGB
180, 205, 252
HSL
219°, 92%, 85%
CMYK
29, 19, 0, 1
Luminance
0.6039
Every format
| HEX | #b4cdfc |
| RGB | rgb(180, 205, 252) |
| HSL | hsl(219, 92%, 85%) |
| CMYK | cmyk(29%, 19%, 0%, 1%) |
| LAB | lab(82.0 2.0 -25.8) |
| LCH | lch(82.0 25.9 274.4) |
| OKLCH | oklch(0.846 0.071 262.9) |
Copy-ready code
/* CSS */
color: #b4cdfc;
background-color: #b4cdfc;
/* Tailwind (arbitrary) */
class="text-[#b4cdfc] bg-[#b4cdfc]"
/* SCSS */
$brand: #b4cdfc;
/* SwiftUI */
Color(red: 0.706, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b4cdfc")Accessibility — WCAG contrast
Aa
#b4cdfc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cdfc on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan28.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b4cdfc text on a black background
contrast 13.08:1
Card sample
#b4cdfc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cdfc;
Background color
Panel with #b4cdfc background
background-color: #b4cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cdfc; background: linear-gradient(135deg, #b4cdfc, #CBB4FC);