#ac00b3
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 0, 179
HSL
298°, 100%, 35%
CMYK
4, 100, 0, 30
Luminance
0.1203
Every format
| HEX | #ac00b3 |
| RGB | rgb(172, 0, 179) |
| HSL | hsl(298, 100%, 35%) |
| CMYK | cmyk(4%, 100%, 0%, 30%) |
| LAB | lab(41.3 74.2 -48.7) |
| LCH | lch(41.3 88.8 326.7) |
| OKLCH | oklch(0.527 0.245 326.2) |
Copy-ready code
/* CSS */
color: #ac00b3;
background-color: #ac00b3;
/* Tailwind (arbitrary) */
class="text-[#ac00b3] bg-[#ac00b3]"
/* SCSS */
$brand: #ac00b3;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.702)
/* Android */
Color.parseColor("#ac00b3")Accessibility — WCAG contrast
Aa
#ac00b3 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac00b3 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue70.2%
CMYK percentages
Cyan3.9%
Magenta100.0%
Yellow0.0%
Key (black)29.8%
Color previews
#ac00b3 text on a black background
contrast 3.41:1
Card sample
#ac00b3 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac00b3;
Background color
Panel with #ac00b3 background
background-color: #ac00b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac00b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac00b3; background: linear-gradient(135deg, #ac00b3, #B30043);