#ac1fd7
a balanced, vivid violet · warm · closest name: magenta
RGB
172, 31, 215
HSL
286°, 75%, 48%
CMYK
20, 86, 0, 16
Luminance
0.1466
Every format
| HEX | #ac1fd7 |
| RGB | rgb(172, 31, 215) |
| HSL | hsl(286, 75%, 48%) |
| CMYK | cmyk(20%, 86%, 0%, 16%) |
| LAB | lab(45.2 75.9 -63.4) |
| LCH | lch(45.2 98.9 320.1) |
| OKLCH | oklch(0.562 0.258 316.0) |
Copy-ready code
/* CSS */
color: #ac1fd7;
background-color: #ac1fd7;
/* Tailwind (arbitrary) */
class="text-[#ac1fd7] bg-[#ac1fd7]"
/* SCSS */
$brand: #ac1fd7;
/* SwiftUI */
Color(red: 0.675, green: 0.122, blue: 0.843)
/* Android */
Color.parseColor("#ac1fd7")Accessibility — WCAG contrast
Aa
#ac1fd7 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1fd7 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green12.2%
Blue84.3%
CMYK percentages
Cyan20.0%
Magenta85.6%
Yellow0.0%
Key (black)15.7%
Color previews
#ac1fd7 text on a black background
contrast 3.93:1
Card sample
#ac1fd7 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1fd7;
Background color
Panel with #ac1fd7 background
background-color: #ac1fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 31, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 31, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1fd7; background: linear-gradient(135deg, #ac1fd7, #D71F87);