#a977cc
a balanced, vivid violet · warm · closest name: orchid
RGB
169, 119, 204
HSL
275°, 46%, 63%
CMYK
17, 42, 0, 20
Luminance
0.2599
Every format
| HEX | #a977cc |
| RGB | rgb(169, 119, 204) |
| HSL | hsl(275, 46%, 63%) |
| CMYK | cmyk(17%, 42%, 0%, 20%) |
| LAB | lab(58.0 35.4 -36.6) |
| LCH | lch(58.0 50.9 314.0) |
| OKLCH | oklch(0.652 0.133 310.2) |
Copy-ready code
/* CSS */
color: #a977cc;
background-color: #a977cc;
/* Tailwind (arbitrary) */
class="text-[#a977cc] bg-[#a977cc]"
/* SCSS */
$brand: #a977cc;
/* SwiftUI */
Color(red: 0.663, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#a977cc")Accessibility — WCAG contrast
Aa
#a977cc on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a977cc on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green46.7%
Blue80.0%
CMYK percentages
Cyan17.2%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#a977cc text on a black background
contrast 6.20:1
Card sample
#a977cc text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a977cc;
Background color
Panel with #a977cc background
background-color: #a977cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a977cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a977cc; background: linear-gradient(135deg, #a977cc, #CC77B6);