#b9b8cf
a light, soft blue · warm · closest name: silver
RGB
185, 184, 207
HSL
243°, 19%, 77%
CMYK
11, 11, 0, 19
Luminance
0.4910
Every format
| HEX | #b9b8cf |
| RGB | rgb(185, 184, 207) |
| HSL | hsl(243, 19%, 77%) |
| CMYK | cmyk(11%, 11%, 0%, 19%) |
| LAB | lab(75.5 4.8 -11.4) |
| LCH | lch(75.5 12.4 293.0) |
| OKLCH | oklch(0.791 0.032 287.6) |
Copy-ready code
/* CSS */
color: #b9b8cf;
background-color: #b9b8cf;
/* Tailwind (arbitrary) */
class="text-[#b9b8cf] bg-[#b9b8cf]"
/* SCSS */
$brand: #b9b8cf;
/* SwiftUI */
Color(red: 0.725, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#b9b8cf")Accessibility — WCAG contrast
Aa
#b9b8cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b8cf on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.2%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta11.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b9b8cf text on a black background
contrast 10.82:1
Card sample
#b9b8cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b8cf;
Background color
Panel with #b9b8cf background
background-color: #b9b8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b8cf; background: linear-gradient(135deg, #b9b8cf, #C8B8CF);