#b6b2cf
a light, soft blue · warm · closest name: silver
RGB
182, 178, 207
HSL
248°, 23%, 76%
CMYK
12, 14, 0, 19
Luminance
0.4629
Every format
| HEX | #b6b2cf |
| RGB | rgb(182, 178, 207) |
| HSL | hsl(248, 23%, 76%) |
| CMYK | cmyk(12%, 14%, 0%, 19%) |
| LAB | lab(73.7 7.1 -14.1) |
| LCH | lch(73.7 15.8 296.8) |
| OKLCH | oklch(0.776 0.041 291.7) |
Copy-ready code
/* CSS */
color: #b6b2cf;
background-color: #b6b2cf;
/* Tailwind (arbitrary) */
class="text-[#b6b2cf] bg-[#b6b2cf]"
/* SCSS */
$brand: #b6b2cf;
/* SwiftUI */
Color(red: 0.714, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#b6b2cf")Accessibility — WCAG contrast
Aa
#b6b2cf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6b2cf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green69.8%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b6b2cf text on a black background
contrast 10.26:1
Card sample
#b6b2cf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6b2cf;
Background color
Panel with #b6b2cf background
background-color: #b6b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6b2cf; background: linear-gradient(135deg, #b6b2cf, #C9B2CF);