#ac1fd0
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 31, 208
HSL
288°, 74%, 47%
CMYK
17, 85, 0, 18
Luminance
0.1430
Every format
| HEX | #ac1fd0 |
| RGB | rgb(172, 31, 208) |
| HSL | hsl(288, 74%, 47%) |
| CMYK | cmyk(17%, 85%, 0%, 18%) |
| LAB | lab(44.7 74.7 -60.2) |
| LCH | lch(44.7 95.9 321.1) |
| OKLCH | oklch(0.557 0.252 317.8) |
Copy-ready code
/* CSS */
color: #ac1fd0;
background-color: #ac1fd0;
/* Tailwind (arbitrary) */
class="text-[#ac1fd0] bg-[#ac1fd0]"
/* SCSS */
$brand: #ac1fd0;
/* SwiftUI */
Color(red: 0.675, green: 0.122, blue: 0.816)
/* Android */
Color.parseColor("#ac1fd0")Accessibility — WCAG contrast
Aa
#ac1fd0 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1fd0 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green12.2%
Blue81.6%
CMYK percentages
Cyan17.3%
Magenta85.1%
Yellow0.0%
Key (black)18.4%
Color previews
#ac1fd0 text on a black background
contrast 3.86:1
Card sample
#ac1fd0 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1fd0;
Background color
Panel with #ac1fd0 background
background-color: #ac1fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 31, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 31, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1fd0; background: linear-gradient(135deg, #ac1fd0, #D01F7E);