#cf17ba
a balanced, electric magenta / pink · warm · closest name: purple
RGB
207, 23, 186
HSL
307°, 80%, 45%
CMYK
0, 89, 10, 19
Luminance
0.1742
Every format
| HEX | #cf17ba |
| RGB | rgb(207, 23, 186) |
| HSL | hsl(307, 80%, 45%) |
| CMYK | cmyk(0%, 89%, 10%, 19%) |
| LAB | lab(48.8 78.8 -40.5) |
| LCH | lch(48.8 88.6 332.8) |
| OKLCH | oklch(0.593 0.255 334.1) |
Copy-ready code
/* CSS */
color: #cf17ba;
background-color: #cf17ba;
/* Tailwind (arbitrary) */
class="text-[#cf17ba] bg-[#cf17ba]"
/* SCSS */
$brand: #cf17ba;
/* SwiftUI */
Color(red: 0.812, green: 0.090, blue: 0.729)
/* Android */
Color.parseColor("#cf17ba")Accessibility — WCAG contrast
Aa
#cf17ba on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf17ba on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cf17ba text on a black background
contrast 4.48:1
Card sample
#cf17ba text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf17ba;
Background color
Panel with #cf17ba background
background-color: #cf17ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf17ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 23, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 23, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf17ba; background: linear-gradient(135deg, #cf17ba, #CF173F);