#b5dcfd
a pale, electric blue · cool · closest name: skyblue
RGB
181, 220, 253
HSL
208°, 95%, 85%
CMYK
29, 13, 0, 1
Luminance
0.6810
Every format
| HEX | #b5dcfd |
| RGB | rgb(181, 220, 253) |
| HSL | hsl(208, 95%, 85%) |
| CMYK | cmyk(29%, 13%, 0%, 1%) |
| LAB | lab(86.1 -5.4 -20.2) |
| LCH | lch(86.1 20.9 255.0) |
| OKLCH | oklch(0.877 0.061 244.1) |
Copy-ready code
/* CSS */
color: #b5dcfd;
background-color: #b5dcfd;
/* Tailwind (arbitrary) */
class="text-[#b5dcfd] bg-[#b5dcfd]"
/* SCSS */
$brand: #b5dcfd;
/* SwiftUI */
Color(red: 0.710, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b5dcfd")Accessibility — WCAG contrast
Aa
#b5dcfd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dcfd on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green86.3%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b5dcfd text on a black background
contrast 14.62:1
Card sample
#b5dcfd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dcfd;
Background color
Panel with #b5dcfd background
background-color: #b5dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dcfd; background: linear-gradient(135deg, #b5dcfd, #BEB5FD);