#b4cdff
a pale, electric blue · cool · closest name: skyblue
RGB
180, 205, 255
HSL
220°, 100%, 85%
CMYK
29, 20, 0, 0
Luminance
0.6059
Every format
| HEX | #b4cdff |
| RGB | rgb(180, 205, 255) |
| HSL | hsl(220, 100%, 85%) |
| CMYK | cmyk(29%, 20%, 0%, 0%) |
| LAB | lab(82.2 2.7 -27.2) |
| LCH | lch(82.2 27.4 275.7) |
| OKLCH | oklch(0.847 0.075 264.0) |
Copy-ready code
/* CSS */
color: #b4cdff;
background-color: #b4cdff;
/* Tailwind (arbitrary) */
class="text-[#b4cdff] bg-[#b4cdff]"
/* SCSS */
$brand: #b4cdff;
/* SwiftUI */
Color(red: 0.706, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#b4cdff")Accessibility — WCAG contrast
Aa
#b4cdff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cdff on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.4%
Blue100.0%
CMYK percentages
Cyan29.4%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b4cdff text on a black background
contrast 13.12:1
Card sample
#b4cdff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cdff;
Background color
Panel with #b4cdff background
background-color: #b4cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cdff; background: linear-gradient(135deg, #b4cdff, #CDB4FF);