#b9dae1
a light, soft cyan · cool · closest name: silver
RGB
185, 218, 225
HSL
191°, 40%, 80%
CMYK
18, 3, 0, 12
Luminance
0.6589
Every format
| HEX | #b9dae1 |
| RGB | rgb(185, 218, 225) |
| HSL | hsl(191, 40%, 80%) |
| CMYK | cmyk(18%, 3%, 0%, 12%) |
| LAB | lab(84.9 -9.4 -7.1) |
| LCH | lch(84.9 11.8 217.0) |
| OKLCH | oklch(0.867 0.036 211.9) |
Copy-ready code
/* CSS */
color: #b9dae1;
background-color: #b9dae1;
/* Tailwind (arbitrary) */
class="text-[#b9dae1] bg-[#b9dae1]"
/* SCSS */
$brand: #b9dae1;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.882)
/* Android */
Color.parseColor("#b9dae1")Accessibility — WCAG contrast
Aa
#b9dae1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae1 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue88.2%
CMYK percentages
Cyan17.8%
Magenta3.1%
Yellow0.0%
Key (black)11.8%
Color previews
#b9dae1 text on a black background
contrast 14.18:1
Card sample
#b9dae1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae1;
Background color
Panel with #b9dae1 background
background-color: #b9dae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae1; background: linear-gradient(135deg, #b9dae1, #B9BFE1);