#b9daf4
a light, vivid blue · cool · closest name: skyblue
RGB
185, 218, 244
HSL
206°, 73%, 84%
CMYK
24, 11, 0, 4
Luminance
0.6699
Every format
| HEX | #b9daf4 |
| RGB | rgb(185, 218, 244) |
| HSL | hsl(206, 73%, 84%) |
| CMYK | cmyk(24%, 11%, 0%, 4%) |
| LAB | lab(85.5 -5.3 -16.3) |
| LCH | lch(85.5 17.1 252.1) |
| OKLCH | oklch(0.873 0.050 241.9) |
Copy-ready code
/* CSS */
color: #b9daf4;
background-color: #b9daf4;
/* Tailwind (arbitrary) */
class="text-[#b9daf4] bg-[#b9daf4]"
/* SCSS */
$brand: #b9daf4;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.957)
/* Android */
Color.parseColor("#b9daf4")Accessibility — WCAG contrast
Aa
#b9daf4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9daf4 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue95.7%
CMYK percentages
Cyan24.2%
Magenta10.7%
Yellow0.0%
Key (black)4.3%
Color previews
#b9daf4 text on a black background
contrast 14.40:1
Card sample
#b9daf4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9daf4;
Background color
Panel with #b9daf4 background
background-color: #b9daf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9daf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9daf4; background: linear-gradient(135deg, #b9daf4, #BFB9F4);