#b7afbc
a light, muted violet · warm · closest name: silver
RGB
183, 175, 188
HSL
277°, 9%, 71%
CMYK
3, 7, 0, 26
Luminance
0.4436
Every format
| HEX | #b7afbc |
| RGB | rgb(183, 175, 188) |
| HSL | hsl(277, 9%, 71%) |
| CMYK | cmyk(3%, 7%, 0%, 26%) |
| LAB | lab(72.5 5.3 -5.6) |
| LCH | lch(72.5 7.7 313.3) |
| OKLCH | oklch(0.765 0.020 312.8) |
Copy-ready code
/* CSS */
color: #b7afbc;
background-color: #b7afbc;
/* Tailwind (arbitrary) */
class="text-[#b7afbc] bg-[#b7afbc]"
/* SCSS */
$brand: #b7afbc;
/* SwiftUI */
Color(red: 0.718, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#b7afbc")Accessibility — WCAG contrast
Aa
#b7afbc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7afbc on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.6%
Blue73.7%
CMYK percentages
Cyan2.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#b7afbc text on a black background
contrast 9.87:1
Card sample
#b7afbc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7afbc;
Background color
Panel with #b7afbc background
background-color: #b7afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7afbc; background: linear-gradient(135deg, #b7afbc, #BCAFB8);