#a17eb5
a balanced, soft violet · warm · closest name: plum
RGB
161, 126, 181
HSL
278°, 27%, 60%
CMYK
11, 30, 0, 29
Luminance
0.2583
Every format
| HEX | #a17eb5 |
| RGB | rgb(161, 126, 181) |
| HSL | hsl(278, 27%, 60%) |
| CMYK | cmyk(11%, 30%, 0%, 29%) |
| LAB | lab(57.9 23.9 -23.9) |
| LCH | lch(57.9 33.7 315.0) |
| OKLCH | oklch(0.646 0.089 312.9) |
Copy-ready code
/* CSS */
color: #a17eb5;
background-color: #a17eb5;
/* Tailwind (arbitrary) */
class="text-[#a17eb5] bg-[#a17eb5]"
/* SCSS */
$brand: #a17eb5;
/* SwiftUI */
Color(red: 0.631, green: 0.494, blue: 0.710)
/* Android */
Color.parseColor("#a17eb5")Accessibility — WCAG contrast
Aa
#a17eb5 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17eb5 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green49.4%
Blue71.0%
CMYK percentages
Cyan11.0%
Magenta30.4%
Yellow0.0%
Key (black)29.0%
Color previews
#a17eb5 text on a black background
contrast 6.17:1
Card sample
#a17eb5 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17eb5;
Background color
Panel with #a17eb5 background
background-color: #a17eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 126, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 126, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17eb5; background: linear-gradient(135deg, #a17eb5, #B57EA4);