#b6bfd1
a light, soft blue · cool · closest name: silver
RGB
182, 191, 209
HSL
220°, 23%, 77%
CMYK
13, 9, 0, 18
Luminance
0.5181
Every format
| HEX | #b6bfd1 |
| RGB | rgb(182, 191, 209) |
| HSL | hsl(220, 23%, 77%) |
| CMYK | cmyk(13%, 9%, 0%, 18%) |
| LAB | lab(77.2 0.5 -10.1) |
| LCH | lch(77.2 10.1 272.8) |
| OKLCH | oklch(0.803 0.027 264.4) |
Copy-ready code
/* CSS */
color: #b6bfd1;
background-color: #b6bfd1;
/* Tailwind (arbitrary) */
class="text-[#b6bfd1] bg-[#b6bfd1]"
/* SCSS */
$brand: #b6bfd1;
/* SwiftUI */
Color(red: 0.714, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#b6bfd1")Accessibility — WCAG contrast
Aa
#b6bfd1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6bfd1 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green74.9%
Blue82.0%
CMYK percentages
Cyan12.9%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#b6bfd1 text on a black background
contrast 11.36:1
Card sample
#b6bfd1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6bfd1;
Background color
Panel with #b6bfd1 background
background-color: #b6bfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6bfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6bfd1; background: linear-gradient(135deg, #b6bfd1, #BFB6D1);