#fd2e5f
a balanced, electric red · warm · closest name: crimson
RGB
253, 46, 95
HSL
346°, 98%, 59%
CMYK
0, 82, 63, 1
Luminance
0.2366
Every format
| HEX | #fd2e5f |
| RGB | rgb(253, 46, 95) |
| HSL | hsl(346, 98%, 59%) |
| CMYK | cmyk(0%, 82%, 63%, 1%) |
| LAB | lab(55.8 76.2 25.0) |
| LCH | lch(55.8 80.2 18.2) |
| OKLCH | oklch(0.649 0.236 14.8) |
Copy-ready code
/* CSS */
color: #fd2e5f;
background-color: #fd2e5f;
/* Tailwind (arbitrary) */
class="text-[#fd2e5f] bg-[#fd2e5f]"
/* SCSS */
$brand: #fd2e5f;
/* SwiftUI */
Color(red: 0.992, green: 0.180, blue: 0.373)
/* Android */
Color.parseColor("#fd2e5f")Accessibility — WCAG contrast
Aa
#fd2e5f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2e5f on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow62.5%
Key (black)0.8%
Color previews
#fd2e5f text on a black background
contrast 5.73:1
Card sample
#fd2e5f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2e5f;
Background color
Panel with #fd2e5f background
background-color: #fd2e5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2e5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 46, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 46, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2e5f; background: linear-gradient(135deg, #fd2e5f, #FD872E);