#fd61cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 97, 205
HSL
319°, 98%, 69%
CMYK
0, 62, 19, 1
Luminance
0.3384
Every format
| HEX | #fd61cd |
| RGB | rgb(253, 97, 205) |
| HSL | hsl(319, 98%, 69%) |
| CMYK | cmyk(0%, 62%, 19%, 1%) |
| LAB | lab(64.8 70.2 -25.8) |
| LCH | lch(64.8 74.8 339.8) |
| OKLCH | oklch(0.726 0.221 341.7) |
Copy-ready code
/* CSS */
color: #fd61cd;
background-color: #fd61cd;
/* Tailwind (arbitrary) */
class="text-[#fd61cd] bg-[#fd61cd]"
/* SCSS */
$brand: #fd61cd;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.804)
/* Android */
Color.parseColor("#fd61cd")Accessibility — WCAG contrast
Aa
#fd61cd on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd61cd on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fd61cd text on a black background
contrast 7.77:1
Card sample
#fd61cd text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd61cd;
Background color
Panel with #fd61cd background
background-color: #fd61cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd61cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd61cd; background: linear-gradient(135deg, #fd61cd, #FD6165);