#fd5ecf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 94, 207
HSL
317°, 98%, 68%
CMYK
0, 63, 18, 1
Luminance
0.3339
Every format
| HEX | #fd5ecf |
| RGB | rgb(253, 94, 207) |
| HSL | hsl(317, 98%, 68%) |
| CMYK | cmyk(0%, 63%, 18%, 1%) |
| LAB | lab(64.5 71.7 -27.5) |
| LCH | lch(64.5 76.8 339.0) |
| OKLCH | oklch(0.724 0.226 340.9) |
Copy-ready code
/* CSS */
color: #fd5ecf;
background-color: #fd5ecf;
/* Tailwind (arbitrary) */
class="text-[#fd5ecf] bg-[#fd5ecf]"
/* SCSS */
$brand: #fd5ecf;
/* SwiftUI */
Color(red: 0.992, green: 0.369, blue: 0.812)
/* Android */
Color.parseColor("#fd5ecf")Accessibility — WCAG contrast
Aa
#fd5ecf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5ecf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green36.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fd5ecf text on a black background
contrast 7.68:1
Card sample
#fd5ecf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5ecf;
Background color
Panel with #fd5ecf background
background-color: #fd5ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 94, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 94, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5ecf; background: linear-gradient(135deg, #fd5ecf, #FD5E65);