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