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