#ff17cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 23, 207
HSL
312°, 100%, 55%
CMYK
0, 91, 19, 0
Luminance
0.2638
Every format
| HEX | #ff17cf |
| RGB | rgb(255, 23, 207) |
| HSL | hsl(312, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 19%, 0%) |
| LAB | lab(58.4 90.4 -36.9) |
| LCH | lch(58.4 97.6 337.8) |
| OKLCH | oklch(0.680 0.288 339.7) |
Copy-ready code
/* CSS */
color: #ff17cf;
background-color: #ff17cf;
/* Tailwind (arbitrary) */
class="text-[#ff17cf] bg-[#ff17cf]"
/* SCSS */
$brand: #ff17cf;
/* SwiftUI */
Color(red: 1.000, green: 0.090, blue: 0.812)
/* Android */
Color.parseColor("#ff17cf")Accessibility — WCAG contrast
Aa
#ff17cf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff17cf on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow18.8%
Key (black)0.0%
Color previews
#ff17cf text on a black background
contrast 6.28:1
Card sample
#ff17cf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff17cf;
Background color
Panel with #ff17cf background
background-color: #ff17cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff17cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 23, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 23, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff17cf; background: linear-gradient(135deg, #ff17cf, #FF1734);