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