#cf147f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 20, 127
HSL
326°, 82%, 45%
CMYK
0, 90, 39, 19
Luminance
0.1530
Every format
| HEX | #cf147f |
| RGB | rgb(207, 20, 127) |
| HSL | hsl(326, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 39%, 19%) |
| LAB | lab(46.0 72.3 -9.4) |
| LCH | lch(46.0 72.9 352.6) |
| OKLCH | oklch(0.565 0.224 353.9) |
Copy-ready code
/* CSS */
color: #cf147f;
background-color: #cf147f;
/* Tailwind (arbitrary) */
class="text-[#cf147f] bg-[#cf147f]"
/* SCSS */
$brand: #cf147f;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.498)
/* Android */
Color.parseColor("#cf147f")Accessibility — WCAG contrast
Aa
#cf147f on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf147f on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow38.6%
Key (black)18.8%
Color previews
#cf147f text on a black background
contrast 4.06:1
Card sample
#cf147f text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf147f;
Background color
Panel with #cf147f background
background-color: #cf147f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf147f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf147f; background: linear-gradient(135deg, #cf147f, #CF2614);