#aba3c2
a light, soft violet · warm · closest name: silver
RGB
171, 163, 194
HSL
256°, 20%, 70%
CMYK
12, 16, 0, 24
Luminance
0.3875
Every format
| HEX | #aba3c2 |
| RGB | rgb(171, 163, 194) |
| HSL | hsl(256, 20%, 70%) |
| CMYK | cmyk(12%, 16%, 0%, 24%) |
| LAB | lab(68.6 9.0 -14.8) |
| LCH | lch(68.6 17.4 301.3) |
| OKLCH | oklch(0.732 0.045 297.1) |
Copy-ready code
/* CSS */
color: #aba3c2;
background-color: #aba3c2;
/* Tailwind (arbitrary) */
class="text-[#aba3c2] bg-[#aba3c2]"
/* SCSS */
$brand: #aba3c2;
/* SwiftUI */
Color(red: 0.671, green: 0.639, blue: 0.761)
/* Android */
Color.parseColor("#aba3c2")Accessibility — WCAG contrast
Aa
#aba3c2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba3c2 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.9%
Blue76.1%
CMYK percentages
Cyan11.9%
Magenta16.0%
Yellow0.0%
Key (black)23.9%
Color previews
#aba3c2 text on a black background
contrast 8.75:1
Card sample
#aba3c2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba3c2;
Background color
Panel with #aba3c2 background
background-color: #aba3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 163, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 163, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba3c2; background: linear-gradient(135deg, #aba3c2, #C0A3C2);