#b7afb3
a light, muted gray · warm · closest name: silver
RGB
183, 175, 179
HSL
330°, 5%, 70%
CMYK
0, 4, 2, 28
Luminance
0.4398
Every format
| HEX | #b7afb3 |
| RGB | rgb(183, 175, 179) |
| HSL | hsl(330, 5%, 70%) |
| CMYK | cmyk(0%, 4%, 2%, 28%) |
| LAB | lab(72.2 3.6 -1.0) |
| LCH | lch(72.2 3.7 344.1) |
| OKLCH | oklch(0.762 0.011 345.5) |
Copy-ready code
/* CSS */
color: #b7afb3;
background-color: #b7afb3;
/* Tailwind (arbitrary) */
class="text-[#b7afb3] bg-[#b7afb3]"
/* SCSS */
$brand: #b7afb3;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.702)
/* Android */
Color.parseColor("#b7afb3")Accessibility — WCAG contrast
Aa
#b7afb3 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7afb3 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow2.2%
Key (black)28.2%
Color previews
#b7afb3 text on a black background
contrast 9.80:1
Card sample
#b7afb3 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7afb3;
Background color
Panel with #b7afb3 background
background-color: #b7afb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7afb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7afb3; background: linear-gradient(135deg, #b7afb3, #B7B0AF);