#ac0daf
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 13, 175
HSL
299°, 86%, 37%
CMYK
2, 93, 0, 31
Luminance
0.1215
Every format
| HEX | #ac0daf |
| RGB | rgb(172, 13, 175) |
| HSL | hsl(299, 86%, 37%) |
| CMYK | cmyk(2%, 93%, 0%, 31%) |
| LAB | lab(41.5 72.2 -46.0) |
| LCH | lch(41.5 85.7 327.5) |
| OKLCH | oklch(0.527 0.238 327.4) |
Copy-ready code
/* CSS */
color: #ac0daf;
background-color: #ac0daf;
/* Tailwind (arbitrary) */
class="text-[#ac0daf] bg-[#ac0daf]"
/* SCSS */
$brand: #ac0daf;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.686)
/* Android */
Color.parseColor("#ac0daf")Accessibility — WCAG contrast
Aa
#ac0daf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0daf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta92.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ac0daf text on a black background
contrast 3.43:1
Card sample
#ac0daf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0daf;
Background color
Panel with #ac0daf background
background-color: #ac0daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0daf; background: linear-gradient(135deg, #ac0daf, #AF0D46);