#cf129f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 18, 159
HSL
315°, 84%, 44%
CMYK
0, 91, 23, 19
Luminance
0.1620
Every format
| HEX | #cf129f |
| RGB | rgb(207, 18, 159) |
| HSL | hsl(315, 84%, 44%) |
| CMYK | cmyk(0%, 91%, 23%, 19%) |
| LAB | lab(47.2 76.0 -26.9) |
| LCH | lch(47.2 80.6 340.5) |
| OKLCH | oklch(0.577 0.241 342.5) |
Copy-ready code
/* CSS */
color: #cf129f;
background-color: #cf129f;
/* Tailwind (arbitrary) */
class="text-[#cf129f] bg-[#cf129f]"
/* SCSS */
$brand: #cf129f;
/* SwiftUI */
Color(red: 0.812, green: 0.071, blue: 0.624)
/* Android */
Color.parseColor("#cf129f")Accessibility — WCAG contrast
Aa
#cf129f on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf129f on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow23.2%
Key (black)18.8%
Color previews
#cf129f text on a black background
contrast 4.24:1
Card sample
#cf129f text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf129f;
Background color
Panel with #cf129f background
background-color: #cf129f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf129f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 18, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 18, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf129f; background: linear-gradient(135deg, #cf129f, #CF1221);