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