#b5cdf3
a light, vivid blue · cool · closest name: skyblue
RGB
181, 205, 243
HSL
217°, 72%, 83%
CMYK
26, 16, 0, 5
Luminance
0.5996
Every format
| HEX | #b5cdf3 |
| RGB | rgb(181, 205, 243) |
| HSL | hsl(217, 72%, 83%) |
| CMYK | cmyk(26%, 16%, 0%, 5%) |
| LAB | lab(81.8 0.2 -21.4) |
| LCH | lch(81.8 21.4 270.5) |
| OKLCH | oklch(0.843 0.059 259.5) |
Copy-ready code
/* CSS */
color: #b5cdf3;
background-color: #b5cdf3;
/* Tailwind (arbitrary) */
class="text-[#b5cdf3] bg-[#b5cdf3]"
/* SCSS */
$brand: #b5cdf3;
/* SwiftUI */
Color(red: 0.710, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#b5cdf3")Accessibility — WCAG contrast
Aa
#b5cdf3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cdf3 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.4%
Blue95.3%
CMYK percentages
Cyan25.5%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#b5cdf3 text on a black background
contrast 12.99:1
Card sample
#b5cdf3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cdf3;
Background color
Panel with #b5cdf3 background
background-color: #b5cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cdf3; background: linear-gradient(135deg, #b5cdf3, #C6B5F3);