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