#ff58cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 88, 207
HSL
317°, 100%, 67%
CMYK
0, 66, 19, 0
Luminance
0.3274
Every format
| HEX | #ff58cf |
| RGB | rgb(255, 88, 207) |
| HSL | hsl(317, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 19%, 0%) |
| LAB | lab(64.0 74.5 -28.3) |
| LCH | lch(64.0 79.7 339.2) |
| OKLCH | oklch(0.720 0.235 341.1) |
Copy-ready code
/* CSS */
color: #ff58cf;
background-color: #ff58cf;
/* Tailwind (arbitrary) */
class="text-[#ff58cf] bg-[#ff58cf]"
/* SCSS */
$brand: #ff58cf;
/* SwiftUI */
Color(red: 1.000, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#ff58cf")Accessibility — WCAG contrast
Aa
#ff58cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff58cf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ff58cf text on a black background
contrast 7.55:1
Card sample
#ff58cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff58cf;
Background color
Panel with #ff58cf background
background-color: #ff58cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff58cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff58cf; background: linear-gradient(135deg, #ff58cf, #FF5860);