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