#b9becf
a light, soft blue · warm · closest name: silver
RGB
185, 190, 207
HSL
226°, 19%, 77%
CMYK
11, 8, 0, 19
Luminance
0.5165
Every format
| HEX | #b9becf |
| RGB | rgb(185, 190, 207) |
| HSL | hsl(226, 19%, 77%) |
| CMYK | cmyk(11%, 8%, 0%, 19%) |
| LAB | lab(77.1 1.6 -9.1) |
| LCH | lch(77.1 9.3 280.0) |
| OKLCH | oklch(0.803 0.025 272.8) |
Copy-ready code
/* CSS */
color: #b9becf;
background-color: #b9becf;
/* Tailwind (arbitrary) */
class="text-[#b9becf] bg-[#b9becf]"
/* SCSS */
$brand: #b9becf;
/* SwiftUI */
Color(red: 0.725, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#b9becf")Accessibility — WCAG contrast
Aa
#b9becf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9becf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.5%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b9becf text on a black background
contrast 11.33:1
Card sample
#b9becf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9becf;
Background color
Panel with #b9becf background
background-color: #b9becf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9becf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9becf; background: linear-gradient(135deg, #b9becf, #C3B9CF);