#fd78cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 120, 207
HSL
321°, 97%, 73%
CMYK
0, 53, 18, 1
Luminance
0.3882
Every format
| HEX | #fd78cf |
| RGB | rgb(253, 120, 207) |
| HSL | hsl(321, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 18%, 1%) |
| LAB | lab(68.6 60.5 -21.1) |
| LCH | lch(68.6 64.1 340.8) |
| OKLCH | oklch(0.754 0.189 342.6) |
Copy-ready code
/* CSS */
color: #fd78cf;
background-color: #fd78cf;
/* Tailwind (arbitrary) */
class="text-[#fd78cf] bg-[#fd78cf]"
/* SCSS */
$brand: #fd78cf;
/* SwiftUI */
Color(red: 0.992, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#fd78cf")Accessibility — WCAG contrast
Aa
#fd78cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd78cf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fd78cf text on a black background
contrast 8.76:1
Card sample
#fd78cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd78cf;
Background color
Panel with #fd78cf background
background-color: #fd78cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd78cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd78cf; background: linear-gradient(135deg, #fd78cf, #FD7A78);