#ac37fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 55, 253
HSL
276°, 98%, 60%
CMYK
32, 78, 0, 1
Luminance
0.1859
Every format
| HEX | #ac37fd |
| RGB | rgb(172, 55, 253) |
| HSL | hsl(276, 98%, 60%) |
| CMYK | cmyk(32%, 78%, 0%, 1%) |
| LAB | lab(50.2 76.7 -76.7) |
| LCH | lch(50.2 108.5 315.0) |
| OKLCH | oklch(0.606 0.271 306.4) |
Copy-ready code
/* CSS */
color: #ac37fd;
background-color: #ac37fd;
/* Tailwind (arbitrary) */
class="text-[#ac37fd] bg-[#ac37fd]"
/* SCSS */
$brand: #ac37fd;
/* SwiftUI */
Color(red: 0.675, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#ac37fd")Accessibility — WCAG contrast
Aa
#ac37fd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac37fd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green21.6%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ac37fd text on a black background
contrast 4.72:1
Card sample
#ac37fd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac37fd;
Background color
Panel with #ac37fd background
background-color: #ac37fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac37fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac37fd; background: linear-gradient(135deg, #ac37fd, #FD37CA);