#ff58cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 88, 205
HSL
318°, 100%, 67%
CMYK
0, 66, 20, 0
Luminance
0.3265
Every format
| HEX | #ff58cd |
| RGB | rgb(255, 88, 205) |
| HSL | hsl(318, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 20%, 0%) |
| LAB | lab(63.9 74.2 -27.3) |
| LCH | lch(63.9 79.1 339.8) |
| OKLCH | oklch(0.719 0.234 341.8) |
Copy-ready code
/* CSS */
color: #ff58cd;
background-color: #ff58cd;
/* Tailwind (arbitrary) */
class="text-[#ff58cd] bg-[#ff58cd]"
/* SCSS */
$brand: #ff58cd;
/* SwiftUI */
Color(red: 1.000, green: 0.345, blue: 0.804)
/* Android */
Color.parseColor("#ff58cd")Accessibility — WCAG contrast
Aa
#ff58cd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff58cd on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow19.6%
Key (black)0.0%
Color previews
#ff58cd text on a black background
contrast 7.53:1
Card sample
#ff58cd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff58cd;
Background color
Panel with #ff58cd background
background-color: #ff58cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff58cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 88, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 88, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff58cd; background: linear-gradient(135deg, #ff58cd, #FF585E);