#cf13ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 19, 172
HSL
311°, 83%, 44%
CMYK
0, 91, 17, 19
Luminance
0.1671
Every format
| HEX | #cf13ac |
| RGB | rgb(207, 19, 172) |
| HSL | hsl(311, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 17%, 19%) |
| LAB | lab(47.9 77.5 -33.6) |
| LCH | lch(47.9 84.5 336.5) |
| OKLCH | oklch(0.584 0.248 338.3) |
Copy-ready code
/* CSS */
color: #cf13ac;
background-color: #cf13ac;
/* Tailwind (arbitrary) */
class="text-[#cf13ac] bg-[#cf13ac]"
/* SCSS */
$brand: #cf13ac;
/* SwiftUI */
Color(red: 0.812, green: 0.075, blue: 0.675)
/* Android */
Color.parseColor("#cf13ac")Accessibility — WCAG contrast
Aa
#cf13ac on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf13ac on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow16.9%
Key (black)18.8%
Color previews
#cf13ac text on a black background
contrast 4.34:1
Card sample
#cf13ac text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf13ac;
Background color
Panel with #cf13ac background
background-color: #cf13ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf13ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 19, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 19, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf13ac; background: linear-gradient(135deg, #cf13ac, #CF132F);