#b9dae0
a light, soft cyan · cool · closest name: silver
RGB
185, 218, 224
HSL
189°, 39%, 80%
CMYK
17, 3, 0, 12
Luminance
0.6584
Every format
| HEX | #b9dae0 |
| RGB | rgb(185, 218, 224) |
| HSL | hsl(189, 39%, 80%) |
| CMYK | cmyk(17%, 3%, 0%, 12%) |
| LAB | lab(84.9 -9.6 -6.6) |
| LCH | lch(84.9 11.6 214.5) |
| OKLCH | oklch(0.866 0.036 209.8) |
Copy-ready code
/* CSS */
color: #b9dae0;
background-color: #b9dae0;
/* Tailwind (arbitrary) */
class="text-[#b9dae0] bg-[#b9dae0]"
/* SCSS */
$brand: #b9dae0;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.878)
/* Android */
Color.parseColor("#b9dae0")Accessibility — WCAG contrast
Aa
#b9dae0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dae0 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue87.8%
CMYK percentages
Cyan17.4%
Magenta2.7%
Yellow0.0%
Key (black)12.2%
Color previews
#b9dae0 text on a black background
contrast 14.17:1
Card sample
#b9dae0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dae0;
Background color
Panel with #b9dae0 background
background-color: #b9dae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dae0; background: linear-gradient(135deg, #b9dae0, #B9C0E0);