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