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