#ab73cf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 115, 207
HSL
277°, 49%, 63%
CMYK
17, 44, 0, 19
Luminance
0.2542
Every format
| HEX | #ab73cf |
| RGB | rgb(171, 115, 207) |
| HSL | hsl(277, 49%, 63%) |
| CMYK | cmyk(17%, 44%, 0%, 19%) |
| LAB | lab(57.5 38.8 -39.2) |
| LCH | lch(57.5 55.2 314.7) |
| OKLCH | oklch(0.649 0.144 311.0) |
Copy-ready code
/* CSS */
color: #ab73cf;
background-color: #ab73cf;
/* Tailwind (arbitrary) */
class="text-[#ab73cf] bg-[#ab73cf]"
/* SCSS */
$brand: #ab73cf;
/* SwiftUI */
Color(red: 0.671, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#ab73cf")Accessibility — WCAG contrast
Aa
#ab73cf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab73cf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green45.1%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ab73cf text on a black background
contrast 6.08:1
Card sample
#ab73cf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab73cf;
Background color
Panel with #ab73cf background
background-color: #ab73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab73cf; background: linear-gradient(135deg, #ab73cf, #CF73B6);