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