#b9dae6
a light, vivid cyan · cool · closest name: lavender
RGB
185, 218, 230
HSL
196°, 47%, 81%
CMYK
20, 5, 0, 10
Luminance
0.6617
Every format
| HEX | #b9dae6 |
| RGB | rgb(185, 218, 230) |
| HSL | hsl(196, 47%, 81%) |
| CMYK | cmyk(20%, 5%, 0%, 10%) |
| LAB | lab(85.1 -8.3 -9.5) |
| LCH | lch(85.1 12.6 228.8) |
| OKLCH | oklch(0.868 0.039 221.8) |
Copy-ready code
/* CSS */
color: #b9dae6;
background-color: #b9dae6;
/* Tailwind (arbitrary) */
class="text-[#b9dae6] bg-[#b9dae6]"
/* SCSS */
$brand: #b9dae6;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.902)
/* Android */
Color.parseColor("#b9dae6")Accessibility — WCAG contrast
Aa
#b9dae6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae6 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue90.2%
CMYK percentages
Cyan19.6%
Magenta5.2%
Yellow0.0%
Key (black)9.8%
Color previews
#b9dae6 text on a black background
contrast 14.23:1
Card sample
#b9dae6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae6;
Background color
Panel with #b9dae6 background
background-color: #b9dae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae6; background: linear-gradient(135deg, #b9dae6, #B9BCE6);