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