#b4dafd
a light, electric blue · cool · closest name: skyblue
RGB
180, 218, 253
HSL
209°, 95%, 85%
CMYK
29, 14, 0, 1
Luminance
0.6694
Every format
| HEX | #b4dafd |
| RGB | rgb(180, 218, 253) |
| HSL | hsl(209, 95%, 85%) |
| CMYK | cmyk(29%, 14%, 0%, 1%) |
| LAB | lab(85.5 -4.6 -21.1) |
| LCH | lch(85.5 21.6 257.6) |
| OKLCH | oklch(0.873 0.063 246.4) |
Copy-ready code
/* CSS */
color: #b4dafd;
background-color: #b4dafd;
/* Tailwind (arbitrary) */
class="text-[#b4dafd] bg-[#b4dafd]"
/* SCSS */
$brand: #b4dafd;
/* SwiftUI */
Color(red: 0.706, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b4dafd")Accessibility — WCAG contrast
Aa
#b4dafd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dafd on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.5%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b4dafd text on a black background
contrast 14.39:1
Card sample
#b4dafd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dafd;
Background color
Panel with #b4dafd background
background-color: #b4dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dafd; background: linear-gradient(135deg, #b4dafd, #BFB4FD);