#cf17df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 23, 223
HSL
295°, 81%, 48%
CMYK
7, 90, 0, 13
Luminance
0.1921
Every format
| HEX | #cf17df |
| RGB | rgb(207, 23, 223) |
| HSL | hsl(295, 81%, 48%) |
| CMYK | cmyk(7%, 90%, 0%, 13%) |
| LAB | lab(50.9 84.2 -58.4) |
| LCH | lch(50.9 102.5 325.3) |
| OKLCH | oklch(0.615 0.279 324.2) |
Copy-ready code
/* CSS */
color: #cf17df;
background-color: #cf17df;
/* Tailwind (arbitrary) */
class="text-[#cf17df] bg-[#cf17df]"
/* SCSS */
$brand: #cf17df;
/* SwiftUI */
Color(red: 0.812, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#cf17df")Accessibility — WCAG contrast
Aa
#cf17df on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf17df on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta89.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf17df text on a black background
contrast 4.84:1
Card sample
#cf17df text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf17df;
Background color
Panel with #cf17df background
background-color: #cf17df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf17df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf17df; background: linear-gradient(135deg, #cf17df, #DF176A);