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