#fd324f
a balanced, electric red · warm · closest name: crimson
RGB
253, 50, 79
HSL
351°, 98%, 59%
CMYK
0, 80, 69, 1
Luminance
0.2373
Every format
| HEX | #fd324f |
| RGB | rgb(253, 50, 79) |
| HSL | hsl(351, 98%, 59%) |
| CMYK | cmyk(0%, 80%, 69%, 1%) |
| LAB | lab(55.8 74.5 34.5) |
| LCH | lch(55.8 82.0 24.9) |
| OKLCH | oklch(0.648 0.234 20.0) |
Copy-ready code
/* CSS */
color: #fd324f;
background-color: #fd324f;
/* Tailwind (arbitrary) */
class="text-[#fd324f] bg-[#fd324f]"
/* SCSS */
$brand: #fd324f;
/* SwiftUI */
Color(red: 0.992, green: 0.196, blue: 0.310)
/* Android */
Color.parseColor("#fd324f")Accessibility — WCAG contrast
Aa
#fd324f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd324f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow68.8%
Key (black)0.8%
Color previews
#fd324f text on a black background
contrast 5.75:1
Card sample
#fd324f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd324f;
Background color
Panel with #fd324f background
background-color: #fd324f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd324f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 50, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 50, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd324f; background: linear-gradient(135deg, #fd324f, #FD9C32);