#ac0fcb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
172, 15, 203
HSL
290°, 86%, 43%
CMYK
15, 93, 0, 20
Luminance
0.1342
Every format
| HEX | #ac0fcb |
| RGB | rgb(172, 15, 203) |
| HSL | hsl(290, 86%, 43%) |
| CMYK | cmyk(15%, 93%, 0%, 20%) |
| LAB | lab(43.4 76.5 -59.4) |
| LCH | lch(43.4 96.8 322.2) |
| OKLCH | oklch(0.547 0.257 319.4) |
Copy-ready code
/* CSS */
color: #ac0fcb;
background-color: #ac0fcb;
/* Tailwind (arbitrary) */
class="text-[#ac0fcb] bg-[#ac0fcb]"
/* SCSS */
$brand: #ac0fcb;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.796)
/* Android */
Color.parseColor("#ac0fcb")Accessibility — WCAG contrast
Aa
#ac0fcb on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac0fcb on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue79.6%
CMYK percentages
Cyan15.3%
Magenta92.6%
Yellow0.0%
Key (black)20.4%
Color previews
#ac0fcb text on a black background
contrast 3.68:1
Card sample
#ac0fcb text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0fcb;
Background color
Panel with #ac0fcb background
background-color: #ac0fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0fcb; background: linear-gradient(135deg, #ac0fcb, #CB0F6D);