#b0aeaf
a light, muted gray · warm · closest name: silver
RGB
176, 174, 175
HSL
330°, 1%, 69%
CMYK
0, 1, 1, 31
Luminance
0.4260
Every format
| HEX | #b0aeaf |
| RGB | rgb(176, 174, 175) |
| HSL | hsl(330, 1%, 69%) |
| CMYK | cmyk(0%, 1%, 1%, 31%) |
| LAB | lab(71.3 0.9 -0.3) |
| LCH | lch(71.3 0.9 343.7) |
| OKLCH | oklch(0.753 0.003 345.2) |
Copy-ready code
/* CSS */
color: #b0aeaf;
background-color: #b0aeaf;
/* Tailwind (arbitrary) */
class="text-[#b0aeaf] bg-[#b0aeaf]"
/* SCSS */
$brand: #b0aeaf;
/* SwiftUI */
Color(red: 0.690, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#b0aeaf")Accessibility — WCAG contrast
Aa
#b0aeaf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aeaf on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow0.6%
Key (black)31.0%
Color previews
#b0aeaf text on a black background
contrast 9.52:1
Card sample
#b0aeaf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aeaf;
Background color
Panel with #b0aeaf background
background-color: #b0aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aeaf; background: linear-gradient(135deg, #b0aeaf, #B0AEAE);