#fd61cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 97, 207
HSL
318°, 98%, 69%
CMYK
0, 62, 18, 1
Luminance
0.3394
Every format
| HEX | #fd61cf |
| RGB | rgb(253, 97, 207) |
| HSL | hsl(318, 98%, 69%) |
| CMYK | cmyk(0%, 62%, 18%, 1%) |
| LAB | lab(64.9 70.5 -26.8) |
| LCH | lch(64.9 75.4 339.2) |
| OKLCH | oklch(0.727 0.222 341.1) |
Copy-ready code
/* CSS */
color: #fd61cf;
background-color: #fd61cf;
/* Tailwind (arbitrary) */
class="text-[#fd61cf] bg-[#fd61cf]"
/* SCSS */
$brand: #fd61cf;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.812)
/* Android */
Color.parseColor("#fd61cf")Accessibility — WCAG contrast
Aa
#fd61cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd61cf on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fd61cf text on a black background
contrast 7.79:1
Card sample
#fd61cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd61cf;
Background color
Panel with #fd61cf background
background-color: #fd61cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd61cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd61cf; background: linear-gradient(135deg, #fd61cf, #FD6167);