#fd4ecc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 78, 204
HSL
317°, 98%, 65%
CMYK
0, 69, 19, 1
Luminance
0.3069
Every format
| HEX | #fd4ecc |
| RGB | rgb(253, 78, 204) |
| HSL | hsl(317, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 19%, 1%) |
| LAB | lab(62.3 77.2 -29.2) |
| LCH | lch(62.3 82.5 339.3) |
| OKLCH | oklch(0.707 0.244 341.2) |
Copy-ready code
/* CSS */
color: #fd4ecc;
background-color: #fd4ecc;
/* Tailwind (arbitrary) */
class="text-[#fd4ecc] bg-[#fd4ecc]"
/* SCSS */
$brand: #fd4ecc;
/* SwiftUI */
Color(red: 0.992, green: 0.306, blue: 0.800)
/* Android */
Color.parseColor("#fd4ecc")Accessibility — WCAG contrast
Aa
#fd4ecc on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4ecc on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green30.6%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow19.4%
Key (black)0.8%
Color previews
#fd4ecc text on a black background
contrast 7.14:1
Card sample
#fd4ecc text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4ecc;
Background color
Panel with #fd4ecc background
background-color: #fd4ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 78, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 78, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4ecc; background: linear-gradient(135deg, #fd4ecc, #FD4E57);