#b5cbfd
a pale, electric blue · cool · closest name: skyblue
RGB
181, 203, 253
HSL
222°, 95%, 85%
CMYK
29, 20, 0, 1
Luminance
0.5963
Every format
| HEX | #b5cbfd |
| RGB | rgb(181, 203, 253) |
| HSL | hsl(222, 95%, 85%) |
| CMYK | cmyk(29%, 20%, 0%, 1%) |
| LAB | lab(81.6 3.6 -26.9) |
| LCH | lch(81.6 27.2 277.6) |
| OKLCH | oklch(0.843 0.074 266.3) |
Copy-ready code
/* CSS */
color: #b5cbfd;
background-color: #b5cbfd;
/* Tailwind (arbitrary) */
class="text-[#b5cbfd] bg-[#b5cbfd]"
/* SCSS */
$brand: #b5cbfd;
/* SwiftUI */
Color(red: 0.710, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#b5cbfd")Accessibility — WCAG contrast
Aa
#b5cbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cbfd on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green79.6%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b5cbfd text on a black background
contrast 12.93:1
Card sample
#b5cbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cbfd;
Background color
Panel with #b5cbfd background
background-color: #b5cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cbfd; background: linear-gradient(135deg, #b5cbfd, #CFB5FD);