#b7afba
a light, muted gray · warm · closest name: silver
RGB
183, 175, 186
HSL
284°, 7%, 71%
CMYK
2, 6, 0, 27
Luminance
0.4427
Every format
| HEX | #b7afba |
| RGB | rgb(183, 175, 186) |
| HSL | hsl(284, 7%, 71%) |
| CMYK | cmyk(2%, 6%, 0%, 27%) |
| LAB | lab(72.4 4.9 -4.6) |
| LCH | lch(72.4 6.7 316.9) |
| OKLCH | oklch(0.764 0.018 316.9) |
Copy-ready code
/* CSS */
color: #b7afba;
background-color: #b7afba;
/* Tailwind (arbitrary) */
class="text-[#b7afba] bg-[#b7afba]"
/* SCSS */
$brand: #b7afba;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#b7afba")Accessibility — WCAG contrast
Aa
#b7afba on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7afba on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan1.6%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#b7afba text on a black background
contrast 9.85:1
Card sample
#b7afba text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7afba;
Background color
Panel with #b7afba background
background-color: #b7afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7afba; background: linear-gradient(135deg, #b7afba, #BAAFB6);