#ff17ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 23, 186
HSL
318°, 100%, 55%
CMYK
0, 91, 27, 0
Luminance
0.2542
Every format
| HEX | #ff17ba |
| RGB | rgb(255, 23, 186) |
| HSL | hsl(318, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 27%, 0%) |
| LAB | lab(57.5 88.0 -26.3) |
| LCH | lch(57.5 91.8 343.4) |
| OKLCH | oklch(0.671 0.277 345.4) |
Copy-ready code
/* CSS */
color: #ff17ba;
background-color: #ff17ba;
/* Tailwind (arbitrary) */
class="text-[#ff17ba] bg-[#ff17ba]"
/* SCSS */
$brand: #ff17ba;
/* SwiftUI */
Color(red: 1.000, green: 0.090, blue: 0.729)
/* Android */
Color.parseColor("#ff17ba")Accessibility — WCAG contrast
Aa
#ff17ba on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff17ba on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff17ba text on a black background
contrast 6.08:1
Card sample
#ff17ba text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff17ba;
Background color
Panel with #ff17ba background
background-color: #ff17ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff17ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 23, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 23, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff17ba; background: linear-gradient(135deg, #ff17ba, #FF171F);