#aba2ba
a light, muted violet · warm · closest name: silver
RGB
171, 162, 186
HSL
263°, 15%, 68%
CMYK
8, 13, 0, 27
Luminance
0.3804
Every format
| HEX | #aba2ba |
| RGB | rgb(171, 162, 186) |
| HSL | hsl(263, 15%, 68%) |
| CMYK | cmyk(8%, 13%, 0%, 27%) |
| LAB | lab(68.0 7.9 -11.2) |
| LCH | lch(68.0 13.7 305.3) |
| OKLCH | oklch(0.728 0.036 302.5) |
Copy-ready code
/* CSS */
color: #aba2ba;
background-color: #aba2ba;
/* Tailwind (arbitrary) */
class="text-[#aba2ba] bg-[#aba2ba]"
/* SCSS */
$brand: #aba2ba;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#aba2ba")Accessibility — WCAG contrast
Aa
#aba2ba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2ba on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta12.9%
Yellow0.0%
Key (black)27.1%
Color previews
#aba2ba text on a black background
contrast 8.61:1
Card sample
#aba2ba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2ba;
Background color
Panel with #aba2ba background
background-color: #aba2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2ba; background: linear-gradient(135deg, #aba2ba, #BAA2B9);