#ac3fff
a balanced, electric violet · warm · closest name: magenta
RGB
172, 63, 255
HSL
274°, 100%, 62%
CMYK
33, 75, 0, 0
Luminance
0.1955
Every format
| HEX | #ac3fff |
| RGB | rgb(172, 63, 255) |
| HSL | hsl(274, 100%, 62%) |
| CMYK | cmyk(33%, 75%, 0%, 0%) |
| LAB | lab(51.3 74.4 -76.0) |
| LCH | lch(51.3 106.3 314.4) |
| OKLCH | oklch(0.614 0.266 305.5) |
Copy-ready code
/* CSS */
color: #ac3fff;
background-color: #ac3fff;
/* Tailwind (arbitrary) */
class="text-[#ac3fff] bg-[#ac3fff]"
/* SCSS */
$brand: #ac3fff;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#ac3fff")Accessibility — WCAG contrast
Aa
#ac3fff on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac3fff on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ac3fff text on a black background
contrast 4.91:1
Card sample
#ac3fff text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3fff;
Background color
Panel with #ac3fff background
background-color: #ac3fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3fff; background: linear-gradient(135deg, #ac3fff, #FF3FD2);