#ff58af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 88, 175
HSL
329°, 100%, 67%
CMYK
0, 66, 31, 0
Luminance
0.3133
Every format
| HEX | #ff58af |
| RGB | rgb(255, 88, 175) |
| HSL | hsl(329, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 31%, 0%) |
| LAB | lab(62.8 70.5 -11.8) |
| LCH | lch(62.8 71.5 350.5) |
| OKLCH | oklch(0.708 0.217 351.9) |
Copy-ready code
/* CSS */
color: #ff58af;
background-color: #ff58af;
/* Tailwind (arbitrary) */
class="text-[#ff58af] bg-[#ff58af]"
/* SCSS */
$brand: #ff58af;
/* SwiftUI */
Color(red: 1.000, green: 0.345, blue: 0.686)
/* Android */
Color.parseColor("#ff58af")Accessibility — WCAG contrast
Aa
#ff58af on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff58af on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ff58af text on a black background
contrast 7.27:1
Card sample
#ff58af text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff58af;
Background color
Panel with #ff58af background
background-color: #ff58af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff58af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 88, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 88, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff58af; background: linear-gradient(135deg, #ff58af, #FF7058);