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