#a779ba
a balanced, soft violet · warm · closest name: plum
RGB
167, 121, 186
HSL
283°, 32%, 60%
CMYK
10, 35, 0, 27
Luminance
0.2544
Every format
| HEX | #a779ba |
| RGB | rgb(167, 121, 186) |
| HSL | hsl(283, 32%, 60%) |
| CMYK | cmyk(10%, 35%, 0%, 27%) |
| LAB | lab(57.5 29.7 -27.3) |
| LCH | lch(57.5 40.3 317.5) |
| OKLCH | oklch(0.645 0.107 315.7) |
Copy-ready code
/* CSS */
color: #a779ba;
background-color: #a779ba;
/* Tailwind (arbitrary) */
class="text-[#a779ba] bg-[#a779ba]"
/* SCSS */
$brand: #a779ba;
/* SwiftUI */
Color(red: 0.655, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#a779ba")Accessibility — WCAG contrast
Aa
#a779ba on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a779ba on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green47.5%
Blue72.9%
CMYK percentages
Cyan10.2%
Magenta34.9%
Yellow0.0%
Key (black)27.1%
Color previews
#a779ba text on a black background
contrast 6.09:1
Card sample
#a779ba text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a779ba;
Background color
Panel with #a779ba background
background-color: #a779ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a779ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a779ba; background: linear-gradient(135deg, #a779ba, #BA79A2);