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