#b9daff
a pale, electric blue · cool · closest name: skyblue
RGB
185, 218, 255
HSL
212°, 100%, 86%
CMYK
28, 15, 0, 0
Luminance
0.6768
Every format
| HEX | #b9daff |
| RGB | rgb(185, 218, 255) |
| HSL | hsl(212, 100%, 86%) |
| CMYK | cmyk(28%, 15%, 0%, 0%) |
| LAB | lab(85.8 -2.7 -21.6) |
| LCH | lch(85.8 21.8 262.8) |
| OKLCH | oklch(0.877 0.062 251.5) |
Copy-ready code
/* CSS */
color: #b9daff;
background-color: #b9daff;
/* Tailwind (arbitrary) */
class="text-[#b9daff] bg-[#b9daff]"
/* SCSS */
$brand: #b9daff;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#b9daff")Accessibility — WCAG contrast
Aa
#b9daff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9daff on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b9daff text on a black background
contrast 14.54:1
Card sample
#b9daff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9daff;
Background color
Panel with #b9daff background
background-color: #b9daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9daff; background: linear-gradient(135deg, #b9daff, #C7B9FF);