#b5dbfc
a light, electric blue · cool · closest name: skyblue
RGB
181, 219, 252
HSL
208°, 92%, 85%
CMYK
28, 13, 0, 1
Luminance
0.6752
Every format
| HEX | #b5dbfc |
| RGB | rgb(181, 219, 252) |
| HSL | hsl(208, 92%, 85%) |
| CMYK | cmyk(28%, 13%, 0%, 1%) |
| LAB | lab(85.8 -5.1 -20.1) |
| LCH | lch(85.8 20.8 255.8) |
| OKLCH | oklch(0.875 0.061 244.8) |
Copy-ready code
/* CSS */
color: #b5dbfc;
background-color: #b5dbfc;
/* Tailwind (arbitrary) */
class="text-[#b5dbfc] bg-[#b5dbfc]"
/* SCSS */
$brand: #b5dbfc;
/* SwiftUI */
Color(red: 0.710, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#b5dbfc")Accessibility — WCAG contrast
Aa
#b5dbfc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dbfc on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green85.9%
Blue98.8%
CMYK percentages
Cyan28.2%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#b5dbfc text on a black background
contrast 14.50:1
Card sample
#b5dbfc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dbfc;
Background color
Panel with #b5dbfc background
background-color: #b5dbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dbfc; background: linear-gradient(135deg, #b5dbfc, #BEB5FC);