#b3afb0
a light, muted gray · warm · closest name: silver
RGB
179, 175, 176
HSL
345°, 3%, 69%
CMYK
0, 2, 2, 30
Luminance
0.4338
Every format
| HEX | #b3afb0 |
| RGB | rgb(179, 175, 176) |
| HSL | hsl(345, 3%, 69%) |
| CMYK | cmyk(0%, 2%, 2%, 30%) |
| LAB | lab(71.8 1.6 -0.0) |
| LCH | lch(71.8 1.6 359.6) |
| OKLCH | oklch(0.758 0.005 0.0) |
Copy-ready code
/* CSS */
color: #b3afb0;
background-color: #b3afb0;
/* Tailwind (arbitrary) */
class="text-[#b3afb0] bg-[#b3afb0]"
/* SCSS */
$brand: #b3afb0;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.690)
/* Android */
Color.parseColor("#b3afb0")Accessibility — WCAG contrast
Aa
#b3afb0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3afb0 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow1.7%
Key (black)29.8%
Color previews
#b3afb0 text on a black background
contrast 9.68:1
Card sample
#b3afb0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3afb0;
Background color
Panel with #b3afb0 background
background-color: #b3afb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3afb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3afb0; background: linear-gradient(135deg, #b3afb0, #B3B1AF);