#fd3f6f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 63, 111
HSL
345°, 98%, 62%
CMYK
0, 75, 56, 1
Luminance
0.2559
Every format
| HEX | #fd3f6f |
| RGB | rgb(253, 63, 111) |
| HSL | hsl(345, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 56%, 1%) |
| LAB | lab(57.6 72.7 18.0) |
| LCH | lch(57.6 74.9 13.9) |
| OKLCH | oklch(0.664 0.225 11.6) |
Copy-ready code
/* CSS */
color: #fd3f6f;
background-color: #fd3f6f;
/* Tailwind (arbitrary) */
class="text-[#fd3f6f] bg-[#fd3f6f]"
/* SCSS */
$brand: #fd3f6f;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.435)
/* Android */
Color.parseColor("#fd3f6f")Accessibility — WCAG contrast
Aa
#fd3f6f on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3f6f on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow56.1%
Key (black)0.8%
Color previews
#fd3f6f text on a black background
contrast 6.12:1
Card sample
#fd3f6f text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3f6f;
Background color
Panel with #fd3f6f background
background-color: #fd3f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3f6f; background: linear-gradient(135deg, #fd3f6f, #FD8E3F);