#ac00f3
a balanced, electric violet · warm · closest name: magenta
RGB
172, 0, 243
HSL
283°, 100%, 48%
CMYK
29, 100, 0, 5
Luminance
0.1524
Every format
| HEX | #ac00f3 |
| RGB | rgb(172, 0, 243) |
| HSL | hsl(283, 100%, 48%) |
| CMYK | cmyk(29%, 100%, 0%, 5%) |
| LAB | lab(46.0 85.0 -78.0) |
| LCH | lch(46.0 115.4 317.5) |
| OKLCH | oklch(0.574 0.290 310.1) |
Copy-ready code
/* CSS */
color: #ac00f3;
background-color: #ac00f3;
/* Tailwind (arbitrary) */
class="text-[#ac00f3] bg-[#ac00f3]"
/* SCSS */
$brand: #ac00f3;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.953)
/* Android */
Color.parseColor("#ac00f3")Accessibility — WCAG contrast
Aa
#ac00f3 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00f3 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta100.0%
Yellow0.0%
Key (black)4.7%
Color previews
#ac00f3 text on a black background
contrast 4.05:1
Card sample
#ac00f3 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00f3;
Background color
Panel with #ac00f3 background
background-color: #ac00f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00f3; background: linear-gradient(135deg, #ac00f3, #F30098);