#cf148f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 20, 143
HSL
321°, 82%, 45%
CMYK
0, 90, 31, 19
Luminance
0.1575
Every format
| HEX | #cf148f |
| RGB | rgb(207, 20, 143) |
| HSL | hsl(321, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 31%, 19%) |
| LAB | lab(46.6 73.9 -18.2) |
| LCH | lch(46.6 76.1 346.1) |
| OKLCH | oklch(0.571 0.232 348.0) |
Copy-ready code
/* CSS */
color: #cf148f;
background-color: #cf148f;
/* Tailwind (arbitrary) */
class="text-[#cf148f] bg-[#cf148f]"
/* SCSS */
$brand: #cf148f;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#cf148f")Accessibility — WCAG contrast
Aa
#cf148f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf148f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow30.9%
Key (black)18.8%
Color previews
#cf148f text on a black background
contrast 4.15:1
Card sample
#cf148f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf148f;
Background color
Panel with #cf148f background
background-color: #cf148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf148f; background: linear-gradient(135deg, #cf148f, #CF1614);