#a177cc
a balanced, vivid violet · warm · closest name: plum
RGB
161, 119, 204
HSL
270°, 46%, 63%
CMYK
21, 42, 0, 20
Luminance
0.2513
Every format
| HEX | #a177cc |
| RGB | rgb(161, 119, 204) |
| HSL | hsl(270, 46%, 63%) |
| CMYK | cmyk(21%, 42%, 0%, 20%) |
| LAB | lab(57.2 33.0 -38.0) |
| LCH | lch(57.2 50.3 311.0) |
| OKLCH | oklch(0.644 0.130 305.8) |
Copy-ready code
/* CSS */
color: #a177cc;
background-color: #a177cc;
/* Tailwind (arbitrary) */
class="text-[#a177cc] bg-[#a177cc]"
/* SCSS */
$brand: #a177cc;
/* SwiftUI */
Color(red: 0.631, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#a177cc")Accessibility — WCAG contrast
Aa
#a177cc on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a177cc on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green46.7%
Blue80.0%
CMYK percentages
Cyan21.1%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#a177cc text on a black background
contrast 6.03:1
Card sample
#a177cc text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a177cc;
Background color
Panel with #a177cc background
background-color: #a177cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a177cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a177cc; background: linear-gradient(135deg, #a177cc, #CC77BE);