#ac3fd0
a balanced, vivid violet · warm · closest name: purple
RGB
172, 63, 208
HSL
285°, 61%, 53%
CMYK
17, 70, 0, 18
Luminance
0.1688
Every format
| HEX | #ac3fd0 |
| RGB | rgb(172, 63, 208) |
| HSL | hsl(285, 61%, 53%) |
| CMYK | cmyk(17%, 70%, 0%, 18%) |
| LAB | lab(48.1 64.8 -54.6) |
| LCH | lch(48.1 84.7 319.8) |
| OKLCH | oklch(0.581 0.223 316.4) |
Copy-ready code
/* CSS */
color: #ac3fd0;
background-color: #ac3fd0;
/* Tailwind (arbitrary) */
class="text-[#ac3fd0] bg-[#ac3fd0]"
/* SCSS */
$brand: #ac3fd0;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 0.816)
/* Android */
Color.parseColor("#ac3fd0")Accessibility — WCAG contrast
Aa
#ac3fd0 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3fd0 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue81.6%
CMYK percentages
Cyan17.3%
Magenta69.7%
Yellow0.0%
Key (black)18.4%
Color previews
#ac3fd0 text on a black background
contrast 4.38:1
Card sample
#ac3fd0 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3fd0;
Background color
Panel with #ac3fd0 background
background-color: #ac3fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3fd0; background: linear-gradient(135deg, #ac3fd0, #D03F93);