#b9dafb
a pale, electric blue · cool · closest name: skyblue
RGB
185, 218, 251
HSL
210°, 89%, 86%
CMYK
26, 13, 0, 2
Luminance
0.6742
Every format
| HEX | #b9dafb |
| RGB | rgb(185, 218, 251) |
| HSL | hsl(210, 89%, 86%) |
| CMYK | cmyk(26%, 13%, 0%, 2%) |
| LAB | lab(85.7 -3.7 -19.7) |
| LCH | lch(85.7 20.0 259.4) |
| OKLCH | oklch(0.875 0.058 248.5) |
Copy-ready code
/* CSS */
color: #b9dafb;
background-color: #b9dafb;
/* Tailwind (arbitrary) */
class="text-[#b9dafb] bg-[#b9dafb]"
/* SCSS */
$brand: #b9dafb;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#b9dafb")Accessibility — WCAG contrast
Aa
#b9dafb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dafb on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue98.4%
CMYK percentages
Cyan26.3%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#b9dafb text on a black background
contrast 14.48:1
Card sample
#b9dafb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dafb;
Background color
Panel with #b9dafb background
background-color: #b9dafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dafb; background: linear-gradient(135deg, #b9dafb, #C4B9FB);