#a08ab2
a balanced, soft violet · warm · closest name: plum
RGB
160, 138, 178
HSL
273°, 21%, 62%
CMYK
10, 23, 0, 30
Luminance
0.2886
Every format
| HEX | #a08ab2 |
| RGB | rgb(160, 138, 178) |
| HSL | hsl(273, 21%, 62%) |
| CMYK | cmyk(10%, 23%, 0%, 30%) |
| LAB | lab(60.7 16.0 -17.9) |
| LCH | lch(60.7 24.0 311.8) |
| OKLCH | oklch(0.667 0.063 309.6) |
Copy-ready code
/* CSS */
color: #a08ab2;
background-color: #a08ab2;
/* Tailwind (arbitrary) */
class="text-[#a08ab2] bg-[#a08ab2]"
/* SCSS */
$brand: #a08ab2;
/* SwiftUI */
Color(red: 0.627, green: 0.541, blue: 0.698)
/* Android */
Color.parseColor("#a08ab2")Accessibility — WCAG contrast
Aa
#a08ab2 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a08ab2 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green54.1%
Blue69.8%
CMYK percentages
Cyan10.1%
Magenta22.5%
Yellow0.0%
Key (black)30.2%
Color previews
#a08ab2 text on a black background
contrast 6.77:1
Card sample
#a08ab2 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a08ab2;
Background color
Panel with #a08ab2 background
background-color: #a08ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a08ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 138, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 138, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a08ab2; background: linear-gradient(135deg, #a08ab2, #B28AA9);