#cf15ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 21, 172
HSL
311°, 82%, 45%
CMYK
0, 90, 17, 19
Luminance
0.1678
Every format
| HEX | #cf15ac |
| RGB | rgb(207, 21, 172) |
| HSL | hsl(311, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 17%, 19%) |
| LAB | lab(48.0 77.2 -33.5) |
| LCH | lch(48.0 84.2 336.5) |
| OKLCH | oklch(0.585 0.247 338.4) |
Copy-ready code
/* CSS */
color: #cf15ac;
background-color: #cf15ac;
/* Tailwind (arbitrary) */
class="text-[#cf15ac] bg-[#cf15ac]"
/* SCSS */
$brand: #cf15ac;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.675)
/* Android */
Color.parseColor("#cf15ac")Accessibility — WCAG contrast
Aa
#cf15ac on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf15ac on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow16.9%
Key (black)18.8%
Color previews
#cf15ac text on a black background
contrast 4.36:1
Card sample
#cf15ac text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf15ac;
Background color
Panel with #cf15ac background
background-color: #cf15ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf15ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf15ac; background: linear-gradient(135deg, #cf15ac, #CF1530);