#fd7fcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 127, 205
HSL
323°, 97%, 75%
CMYK
0, 50, 19, 1
Luminance
0.4047
Every format
| HEX | #fd7fcd |
| RGB | rgb(253, 127, 205) |
| HSL | hsl(323, 97%, 75%) |
| CMYK | cmyk(0%, 50%, 19%, 1%) |
| LAB | lab(69.8 57.0 -18.2) |
| LCH | lch(69.8 59.8 342.3) |
| OKLCH | oklch(0.763 0.176 344.1) |
Copy-ready code
/* CSS */
color: #fd7fcd;
background-color: #fd7fcd;
/* Tailwind (arbitrary) */
class="text-[#fd7fcd] bg-[#fd7fcd]"
/* SCSS */
$brand: #fd7fcd;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.804)
/* Android */
Color.parseColor("#fd7fcd")Accessibility — WCAG contrast
Aa
#fd7fcd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7fcd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow19.0%
Key (black)0.8%
Color previews
#fd7fcd text on a black background
contrast 9.09:1
Card sample
#fd7fcd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7fcd;
Background color
Panel with #fd7fcd background
background-color: #fd7fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7fcd; background: linear-gradient(135deg, #fd7fcd, #FD857F);