#b9dafd
a pale, electric blue · cool · closest name: skyblue
RGB
185, 218, 253
HSL
211°, 94%, 86%
CMYK
27, 14, 0, 1
Luminance
0.6755
Every format
| HEX | #b9dafd |
| RGB | rgb(185, 218, 253) |
| HSL | hsl(211, 94%, 86%) |
| CMYK | cmyk(27%, 14%, 0%, 1%) |
| LAB | lab(85.8 -3.2 -20.6) |
| LCH | lch(85.8 20.9 261.2) |
| OKLCH | oklch(0.876 0.060 250.0) |
Copy-ready code
/* CSS */
color: #b9dafd;
background-color: #b9dafd;
/* Tailwind (arbitrary) */
class="text-[#b9dafd] bg-[#b9dafd]"
/* SCSS */
$brand: #b9dafd;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b9dafd")Accessibility — WCAG contrast
Aa
#b9dafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dafd on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b9dafd text on a black background
contrast 14.51:1
Card sample
#b9dafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dafd;
Background color
Panel with #b9dafd background
background-color: #b9dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dafd; background: linear-gradient(135deg, #b9dafd, #C5B9FD);