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