#fd4f8f
a light, electric magenta / pink · warm · closest name: crimson
RGB
253, 79, 143
HSL
338°, 98%, 65%
CMYK
0, 69, 44, 1
Luminance
0.2846
Every format
| HEX | #fd4f8f |
| RGB | rgb(253, 79, 143) |
| HSL | hsl(338, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 44%, 1%) |
| LAB | lab(60.3 70.0 3.0) |
| LCH | lch(60.3 70.1 2.4) |
| OKLCH | oklch(0.686 0.214 2.3) |
Copy-ready code
/* CSS */
color: #fd4f8f;
background-color: #fd4f8f;
/* Tailwind (arbitrary) */
class="text-[#fd4f8f] bg-[#fd4f8f]"
/* SCSS */
$brand: #fd4f8f;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.561)
/* Android */
Color.parseColor("#fd4f8f")Accessibility — WCAG contrast
Aa
#fd4f8f on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4f8f on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow43.5%
Key (black)0.8%
Color previews
#fd4f8f text on a black background
contrast 6.69:1
Card sample
#fd4f8f text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4f8f;
Background color
Panel with #fd4f8f background
background-color: #fd4f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4f8f; background: linear-gradient(135deg, #fd4f8f, #FD834F);