#fd4fad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 79, 173
HSL
328°, 98%, 65%
CMYK
0, 69, 32, 1
Luminance
0.2949
Every format
| HEX | #fd4fad |
| RGB | rgb(253, 79, 173) |
| HSL | hsl(328, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 32%, 1%) |
| LAB | lab(61.2 73.1 -13.1) |
| LCH | lch(61.2 74.2 349.8) |
| OKLCH | oklch(0.695 0.226 351.4) |
Copy-ready code
/* CSS */
color: #fd4fad;
background-color: #fd4fad;
/* Tailwind (arbitrary) */
class="text-[#fd4fad] bg-[#fd4fad]"
/* SCSS */
$brand: #fd4fad;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#fd4fad")Accessibility — WCAG contrast
Aa
#fd4fad on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4fad on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow31.6%
Key (black)0.8%
Color previews
#fd4fad text on a black background
contrast 6.90:1
Card sample
#fd4fad text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4fad;
Background color
Panel with #fd4fad background
background-color: #fd4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4fad; background: linear-gradient(135deg, #fd4fad, #FD654F);