#cf149c
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 20, 156
HSL
316°, 82%, 45%
CMYK
0, 90, 25, 19
Luminance
0.1617
Every format
| HEX | #cf149c |
| RGB | rgb(207, 20, 156) |
| HSL | hsl(316, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 25%, 19%) |
| LAB | lab(47.2 75.4 -25.2) |
| LCH | lch(47.2 79.5 341.5) |
| OKLCH | oklch(0.577 0.238 343.5) |
Copy-ready code
/* CSS */
color: #cf149c;
background-color: #cf149c;
/* Tailwind (arbitrary) */
class="text-[#cf149c] bg-[#cf149c]"
/* SCSS */
$brand: #cf149c;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.612)
/* Android */
Color.parseColor("#cf149c")Accessibility — WCAG contrast
Aa
#cf149c on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf149c on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow24.6%
Key (black)18.8%
Color previews
#cf149c text on a black background
contrast 4.23:1
Card sample
#cf149c text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf149c;
Background color
Panel with #cf149c background
background-color: #cf149c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf149c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf149c; background: linear-gradient(135deg, #cf149c, #CF141F);