#b9dae9
a light, vivid cyan · cool · closest name: lavender
RGB
185, 218, 233
HSL
199°, 52%, 82%
CMYK
21, 6, 0, 9
Luminance
0.6634
Every format
| HEX | #b9dae9 |
| RGB | rgb(185, 218, 233) |
| HSL | hsl(199, 52%, 82%) |
| CMYK | cmyk(21%, 6%, 0%, 9%) |
| LAB | lab(85.2 -7.7 -11.0) |
| LCH | lch(85.2 13.4 235.0) |
| OKLCH | oklch(0.869 0.041 227.1) |
Copy-ready code
/* CSS */
color: #b9dae9;
background-color: #b9dae9;
/* Tailwind (arbitrary) */
class="text-[#b9dae9] bg-[#b9dae9]"
/* SCSS */
$brand: #b9dae9;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.914)
/* Android */
Color.parseColor("#b9dae9")Accessibility — WCAG contrast
Aa
#b9dae9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae9 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue91.4%
CMYK percentages
Cyan20.6%
Magenta6.4%
Yellow0.0%
Key (black)8.6%
Color previews
#b9dae9 text on a black background
contrast 14.27:1
Card sample
#b9dae9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae9;
Background color
Panel with #b9dae9 background
background-color: #b9dae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae9; background: linear-gradient(135deg, #b9dae9, #B9BAE9);