#fd77cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 119, 205
HSL
322°, 97%, 73%
CMYK
0, 53, 19, 1
Luminance
0.3848
Every format
| HEX | #fd77cd |
| RGB | rgb(253, 119, 205) |
| HSL | hsl(322, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 19%, 1%) |
| LAB | lab(68.4 60.7 -20.4) |
| LCH | lch(68.4 64.0 341.4) |
| OKLCH | oklch(0.752 0.189 343.3) |
Copy-ready code
/* CSS */
color: #fd77cd;
background-color: #fd77cd;
/* Tailwind (arbitrary) */
class="text-[#fd77cd] bg-[#fd77cd]"
/* SCSS */
$brand: #fd77cd;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.804)
/* Android */
Color.parseColor("#fd77cd")Accessibility — WCAG contrast
Aa
#fd77cd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd77cd on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow19.0%
Key (black)0.8%
Color previews
#fd77cd text on a black background
contrast 8.70:1
Card sample
#fd77cd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd77cd;
Background color
Panel with #fd77cd background
background-color: #fd77cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd77cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd77cd; background: linear-gradient(135deg, #fd77cd, #FD7A77);