#b2aeba
a light, muted violet · warm · closest name: silver
RGB
178, 174, 186
HSL
260°, 8%, 71%
CMYK
4, 7, 0, 27
Luminance
0.4328
Every format
| HEX | #b2aeba |
| RGB | rgb(178, 174, 186) |
| HSL | hsl(260, 8%, 71%) |
| CMYK | cmyk(4%, 7%, 0%, 27%) |
| LAB | lab(71.8 3.7 -5.6) |
| LCH | lch(71.8 6.7 303.4) |
| OKLCH | oklch(0.758 0.018 301.1) |
Copy-ready code
/* CSS */
color: #b2aeba;
background-color: #b2aeba;
/* Tailwind (arbitrary) */
class="text-[#b2aeba] bg-[#b2aeba]"
/* SCSS */
$brand: #b2aeba;
/* SwiftUI */
Color(red: 0.698, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#b2aeba")Accessibility — WCAG contrast
Aa
#b2aeba on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aeba on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.2%
Blue72.9%
CMYK percentages
Cyan4.3%
Magenta6.5%
Yellow0.0%
Key (black)27.1%
Color previews
#b2aeba text on a black background
contrast 9.66:1
Card sample
#b2aeba text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aeba;
Background color
Panel with #b2aeba background
background-color: #b2aeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aeba; background: linear-gradient(135deg, #b2aeba, #BAAEBA);