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