#fd4f7f
a light, electric magenta / pink · warm · closest name: crimson
RGB
253, 79, 127
HSL
343°, 98%, 65%
CMYK
0, 69, 50, 1
Luminance
0.2801
Every format
| HEX | #fd4f7f |
| RGB | rgb(253, 79, 127) |
| HSL | hsl(343, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 50%, 1%) |
| LAB | lab(59.9 68.6 11.8) |
| LCH | lch(59.9 69.6 9.7) |
| OKLCH | oklch(0.681 0.211 8.3) |
Copy-ready code
/* CSS */
color: #fd4f7f;
background-color: #fd4f7f;
/* Tailwind (arbitrary) */
class="text-[#fd4f7f] bg-[#fd4f7f]"
/* SCSS */
$brand: #fd4f7f;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.498)
/* Android */
Color.parseColor("#fd4f7f")Accessibility — WCAG contrast
Aa
#fd4f7f on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f7f on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow49.8%
Key (black)0.8%
Color previews
#fd4f7f text on a black background
contrast 6.60:1
Card sample
#fd4f7f text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f7f;
Background color
Panel with #fd4f7f background
background-color: #fd4f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f7f; background: linear-gradient(135deg, #fd4f7f, #FD934F);