#b4cdf2
a light, vivid blue · cool · closest name: skyblue
RGB
180, 205, 242
HSL
216°, 71%, 83%
CMYK
26, 15, 0, 5
Luminance
0.5978
Every format
| HEX | #b4cdf2 |
| RGB | rgb(180, 205, 242) |
| HSL | hsl(216, 71%, 83%) |
| CMYK | cmyk(26%, 15%, 0%, 5%) |
| LAB | lab(81.7 -0.3 -21.0) |
| LCH | lch(81.7 21.0 269.1) |
| OKLCH | oklch(0.842 0.059 258.1) |
Copy-ready code
/* CSS */
color: #b4cdf2;
background-color: #b4cdf2;
/* Tailwind (arbitrary) */
class="text-[#b4cdf2] bg-[#b4cdf2]"
/* SCSS */
$brand: #b4cdf2;
/* SwiftUI */
Color(red: 0.706, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#b4cdf2")Accessibility — WCAG contrast
Aa
#b4cdf2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cdf2 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.4%
Blue94.9%
CMYK percentages
Cyan25.6%
Magenta15.3%
Yellow0.0%
Key (black)5.1%
Color previews
#b4cdf2 text on a black background
contrast 12.96:1
Card sample
#b4cdf2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cdf2;
Background color
Panel with #b4cdf2 background
background-color: #b4cdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cdf2; background: linear-gradient(135deg, #b4cdf2, #C4B4F2);