#ac33fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 51, 253
HSL
276°, 98%, 60%
CMYK
32, 80, 0, 1
Luminance
0.1823
Every format
| HEX | #ac33fd |
| RGB | rgb(172, 51, 253) |
| HSL | hsl(276, 98%, 60%) |
| CMYK | cmyk(32%, 80%, 0%, 1%) |
| LAB | lab(49.8 78.0 -77.4) |
| LCH | lch(49.8 109.9 315.2) |
| OKLCH | oklch(0.603 0.275 306.6) |
Copy-ready code
/* CSS */
color: #ac33fd;
background-color: #ac33fd;
/* Tailwind (arbitrary) */
class="text-[#ac33fd] bg-[#ac33fd]"
/* SCSS */
$brand: #ac33fd;
/* SwiftUI */
Color(red: 0.675, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#ac33fd")Accessibility — WCAG contrast
Aa
#ac33fd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac33fd on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green20.0%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac33fd text on a black background
contrast 4.65:1
Card sample
#ac33fd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac33fd;
Background color
Panel with #ac33fd background
background-color: #ac33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac33fd; background: linear-gradient(135deg, #ac33fd, #FD33C7);