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