#cf1998
a balanced, electric magenta / pink · warm · closest name: purple
RGB
207, 25, 152
HSL
318°, 78%, 46%
CMYK
0, 88, 27, 19
Luminance
0.1623
Every format
| HEX | #cf1998 |
| RGB | rgb(207, 25, 152) |
| HSL | hsl(318, 78%, 46%) |
| CMYK | cmyk(0%, 88%, 27%, 19%) |
| LAB | lab(47.3 74.2 -22.7) |
| LCH | lch(47.3 77.6 343.0) |
| OKLCH | oklch(0.577 0.234 345.0) |
Copy-ready code
/* CSS */
color: #cf1998;
background-color: #cf1998;
/* Tailwind (arbitrary) */
class="text-[#cf1998] bg-[#cf1998]"
/* SCSS */
$brand: #cf1998;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.596)
/* Android */
Color.parseColor("#cf1998")Accessibility — WCAG contrast
Aa
#cf1998 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1998 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow26.6%
Key (black)18.8%
Color previews
#cf1998 text on a black background
contrast 4.25:1
Card sample
#cf1998 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1998;
Background color
Panel with #cf1998 background
background-color: #cf1998;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1998;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1998; background: linear-gradient(135deg, #cf1998, #CF191F);