#8773af
a balanced, soft violet · warm · closest name: steelblue
RGB
135, 115, 175
HSL
260°, 27%, 57%
CMYK
23, 34, 0, 31
Luminance
0.2051
Every format
| HEX | #8773af |
| RGB | rgb(135, 115, 175) |
| HSL | hsl(260, 27%, 57%) |
| CMYK | cmyk(23%, 34%, 0%, 31%) |
| LAB | lab(52.4 20.6 -29.1) |
| LCH | lch(52.4 35.6 305.2) |
| OKLCH | oklch(0.598 0.092 298.9) |
Copy-ready code
/* CSS */
color: #8773af;
background-color: #8773af;
/* Tailwind (arbitrary) */
class="text-[#8773af] bg-[#8773af]"
/* SCSS */
$brand: #8773af;
/* SwiftUI */
Color(red: 0.529, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#8773af")Accessibility — WCAG contrast
Aa
#8773af on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8773af on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green45.1%
Blue68.6%
CMYK percentages
Cyan22.9%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#8773af text on a black background
contrast 5.10:1
Card sample
#8773af text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8773af;
Background color
Panel with #8773af background
background-color: #8773af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8773af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8773af; background: linear-gradient(135deg, #8773af, #AF73AF);