#fd3f8f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 63, 143
HSL
335°, 98%, 62%
CMYK
0, 75, 44, 1
Luminance
0.2642
Every format
| HEX | #fd3f8f |
| RGB | rgb(253, 63, 143) |
| HSL | hsl(335, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 44%, 1%) |
| LAB | lab(58.4 75.2 0.3) |
| LCH | lch(58.4 75.2 0.2) |
| OKLCH | oklch(0.672 0.231 0.4) |
Copy-ready code
/* CSS */
color: #fd3f8f;
background-color: #fd3f8f;
/* Tailwind (arbitrary) */
class="text-[#fd3f8f] bg-[#fd3f8f]"
/* SCSS */
$brand: #fd3f8f;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.561)
/* Android */
Color.parseColor("#fd3f8f")Accessibility — WCAG contrast
Aa
#fd3f8f on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3f8f on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow43.5%
Key (black)0.8%
Color previews
#fd3f8f text on a black background
contrast 6.28:1
Card sample
#fd3f8f text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3f8f;
Background color
Panel with #fd3f8f background
background-color: #fd3f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3f8f; background: linear-gradient(135deg, #fd3f8f, #FD6E3F);