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