#a072cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 114, 207
HSL
270°, 49%, 63%
CMYK
23, 45, 0, 19
Luminance
0.2401
Every format
| HEX | #a072cf |
| RGB | rgb(160, 114, 207) |
| HSL | hsl(270, 49%, 63%) |
| CMYK | cmyk(23%, 45%, 0%, 19%) |
| LAB | lab(56.1 36.2 -41.4) |
| LCH | lch(56.1 55.0 311.2) |
| OKLCH | oklch(0.636 0.142 305.5) |
Copy-ready code
/* CSS */
color: #a072cf;
background-color: #a072cf;
/* Tailwind (arbitrary) */
class="text-[#a072cf] bg-[#a072cf]"
/* SCSS */
$brand: #a072cf;
/* SwiftUI */
Color(red: 0.627, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#a072cf")Accessibility — WCAG contrast
Aa
#a072cf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a072cf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green44.7%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#a072cf text on a black background
contrast 5.80:1
Card sample
#a072cf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a072cf;
Background color
Panel with #a072cf background
background-color: #a072cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a072cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a072cf; background: linear-gradient(135deg, #a072cf, #CF72C0);