#b9cad3
a light, soft blue · cool · closest name: silver
RGB
185, 202, 211
HSL
201°, 23%, 78%
CMYK
12, 4, 0, 17
Luminance
0.5726
Every format
| HEX | #b9cad3 |
| RGB | rgb(185, 202, 211) |
| HSL | hsl(201, 23%, 78%) |
| CMYK | cmyk(12%, 4%, 0%, 17%) |
| LAB | lab(80.3 -4.0 -6.4) |
| LCH | lch(80.3 7.5 238.5) |
| OKLCH | oklch(0.829 0.022 230.6) |
Copy-ready code
/* CSS */
color: #b9cad3;
background-color: #b9cad3;
/* Tailwind (arbitrary) */
class="text-[#b9cad3] bg-[#b9cad3]"
/* SCSS */
$brand: #b9cad3;
/* SwiftUI */
Color(red: 0.725, green: 0.792, blue: 0.827)
/* Android */
Color.parseColor("#b9cad3")Accessibility — WCAG contrast
Aa
#b9cad3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cad3 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green79.2%
Blue82.7%
CMYK percentages
Cyan12.3%
Magenta4.3%
Yellow0.0%
Key (black)17.3%
Color previews
#b9cad3 text on a black background
contrast 12.45:1
Card sample
#b9cad3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cad3;
Background color
Panel with #b9cad3 background
background-color: #b9cad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 202, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 202, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cad3; background: linear-gradient(135deg, #b9cad3, #B9B9D3);