#fd447f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 68, 127
HSL
341°, 98%, 63%
CMYK
0, 73, 50, 1
Luminance
0.2655
Every format
| HEX | #fd447f |
| RGB | rgb(253, 68, 127) |
| HSL | hsl(341, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 50%, 1%) |
| LAB | lab(58.6 72.3 9.9) |
| LCH | lch(58.6 73.0 7.8) |
| OKLCH | oklch(0.671 0.222 6.6) |
Copy-ready code
/* CSS */
color: #fd447f;
background-color: #fd447f;
/* Tailwind (arbitrary) */
class="text-[#fd447f] bg-[#fd447f]"
/* SCSS */
$brand: #fd447f;
/* SwiftUI */
Color(red: 0.992, green: 0.267, blue: 0.498)
/* Android */
Color.parseColor("#fd447f")Accessibility — WCAG contrast
Aa
#fd447f on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd447f on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green26.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow49.8%
Key (black)0.8%
Color previews
#fd447f text on a black background
contrast 6.31:1
Card sample
#fd447f text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd447f;
Background color
Panel with #fd447f background
background-color: #fd447f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd447f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 68, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 68, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd447f; background: linear-gradient(135deg, #fd447f, #FD8444);