#ac73df
a light, vivid violet · warm · closest name: orchid
RGB
172, 115, 223
HSL
272°, 63%, 66%
CMYK
23, 48, 0, 13
Luminance
0.2636
Every format
| HEX | #ac73df |
| RGB | rgb(172, 115, 223) |
| HSL | hsl(272, 63%, 66%) |
| CMYK | cmyk(23%, 48%, 0%, 13%) |
| LAB | lab(58.4 42.7 -46.8) |
| LCH | lch(58.4 63.3 312.4) |
| OKLCH | oklch(0.659 0.164 306.8) |
Copy-ready code
/* CSS */
color: #ac73df;
background-color: #ac73df;
/* Tailwind (arbitrary) */
class="text-[#ac73df] bg-[#ac73df]"
/* SCSS */
$brand: #ac73df;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#ac73df")Accessibility — WCAG contrast
Aa
#ac73df on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac73df on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ac73df text on a black background
contrast 6.27:1
Card sample
#ac73df text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac73df;
Background color
Panel with #ac73df background
background-color: #ac73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac73df; background: linear-gradient(135deg, #ac73df, #DF73CA);