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