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