#ac43fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 67, 253
HSL
274°, 98%, 63%
CMYK
32, 74, 0, 1
Luminance
0.1988
Every format
| HEX | #ac43fd |
| RGB | rgb(172, 67, 253) |
| HSL | hsl(274, 98%, 63%) |
| CMYK | cmyk(32%, 74%, 0%, 1%) |
| LAB | lab(51.7 72.4 -74.3) |
| LCH | lch(51.7 103.7 314.3) |
| OKLCH | oklch(0.616 0.260 305.6) |
Copy-ready code
/* CSS */
color: #ac43fd;
background-color: #ac43fd;
/* Tailwind (arbitrary) */
class="text-[#ac43fd] bg-[#ac43fd]"
/* SCSS */
$brand: #ac43fd;
/* SwiftUI */
Color(red: 0.675, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#ac43fd")Accessibility — WCAG contrast
Aa
#ac43fd on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac43fd on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green26.3%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ac43fd text on a black background
contrast 4.98:1
Card sample
#ac43fd text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac43fd;
Background color
Panel with #ac43fd background
background-color: #ac43fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac43fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac43fd; background: linear-gradient(135deg, #ac43fd, #FD43D2);