#ac0ddf
a balanced, electric violet · warm · closest name: magenta
RGB
172, 13, 223
HSL
285°, 89%, 46%
CMYK
23, 94, 0, 13
Luminance
0.1439
Every format
| HEX | #ac0ddf |
| RGB | rgb(172, 13, 223) |
| HSL | hsl(285, 89%, 46%) |
| CMYK | cmyk(23%, 94%, 0%, 13%) |
| LAB | lab(44.8 80.2 -68.6) |
| LCH | lch(44.8 105.6 319.5) |
| OKLCH | oklch(0.561 0.272 314.4) |
Copy-ready code
/* CSS */
color: #ac0ddf;
background-color: #ac0ddf;
/* Tailwind (arbitrary) */
class="text-[#ac0ddf] bg-[#ac0ddf]"
/* SCSS */
$brand: #ac0ddf;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#ac0ddf")Accessibility — WCAG contrast
Aa
#ac0ddf on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0ddf on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ac0ddf text on a black background
contrast 3.88:1
Card sample
#ac0ddf text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0ddf;
Background color
Panel with #ac0ddf background
background-color: #ac0ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0ddf; background: linear-gradient(135deg, #ac0ddf, #DF0D86);