#b9dae4
a light, soft cyan · cool · closest name: lavender
RGB
185, 218, 228
HSL
194°, 44%, 81%
CMYK
19, 4, 0, 11
Luminance
0.6606
Every format
| HEX | #b9dae4 |
| RGB | rgb(185, 218, 228) |
| HSL | hsl(194, 44%, 81%) |
| CMYK | cmyk(19%, 4%, 0%, 11%) |
| LAB | lab(85.0 -8.7 -8.5) |
| LCH | lch(85.0 12.2 224.3) |
| OKLCH | oklch(0.868 0.037 218.0) |
Copy-ready code
/* CSS */
color: #b9dae4;
background-color: #b9dae4;
/* Tailwind (arbitrary) */
class="text-[#b9dae4] bg-[#b9dae4]"
/* SCSS */
$brand: #b9dae4;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.894)
/* Android */
Color.parseColor("#b9dae4")Accessibility — WCAG contrast
Aa
#b9dae4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae4 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue89.4%
CMYK percentages
Cyan18.9%
Magenta4.4%
Yellow0.0%
Key (black)10.6%
Color previews
#b9dae4 text on a black background
contrast 14.21:1
Card sample
#b9dae4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae4;
Background color
Panel with #b9dae4 background
background-color: #b9dae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae4; background: linear-gradient(135deg, #b9dae4, #B9BDE4);