#b5afba
a light, muted gray · warm · closest name: silver
RGB
181, 175, 186
HSL
273°, 7%, 71%
CMYK
3, 6, 0, 27
Luminance
0.4403
Every format
| HEX | #b5afba |
| RGB | rgb(181, 175, 186) |
| HSL | hsl(273, 7%, 71%) |
| CMYK | cmyk(3%, 6%, 0%, 27%) |
| LAB | lab(72.3 4.2 -4.8) |
| LCH | lch(72.3 6.4 310.9) |
| OKLCH | oklch(0.762 0.017 310.1) |
Copy-ready code
/* CSS */
color: #b5afba;
background-color: #b5afba;
/* Tailwind (arbitrary) */
class="text-[#b5afba] bg-[#b5afba]"
/* SCSS */
$brand: #b5afba;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#b5afba")Accessibility — WCAG contrast
Aa
#b5afba on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afba on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue72.9%
CMYK percentages
Cyan2.7%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#b5afba text on a black background
contrast 9.81:1
Card sample
#b5afba text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afba;
Background color
Panel with #b5afba background
background-color: #b5afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afba; background: linear-gradient(135deg, #b5afba, #BAAFB8);