#ac73da
a light, vivid violet · warm · closest name: orchid
RGB
172, 115, 218
HSL
273°, 58%, 65%
CMYK
21, 47, 0, 15
Luminance
0.2609
Every format
| HEX | #ac73da |
| RGB | rgb(172, 115, 218) |
| HSL | hsl(273, 58%, 65%) |
| CMYK | cmyk(21%, 47%, 0%, 15%) |
| LAB | lab(58.1 41.6 -44.4) |
| LCH | lch(58.1 60.8 313.1) |
| OKLCH | oklch(0.656 0.158 308.2) |
Copy-ready code
/* CSS */
color: #ac73da;
background-color: #ac73da;
/* Tailwind (arbitrary) */
class="text-[#ac73da] bg-[#ac73da]"
/* SCSS */
$brand: #ac73da;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.855)
/* Android */
Color.parseColor("#ac73da")Accessibility — WCAG contrast
Aa
#ac73da on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac73da on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta47.2%
Yellow0.0%
Key (black)14.5%
Color previews
#ac73da text on a black background
contrast 6.22:1
Card sample
#ac73da text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac73da;
Background color
Panel with #ac73da background
background-color: #ac73da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac73da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac73da; background: linear-gradient(135deg, #ac73da, #DA73C3);