#fd0f48
a balanced, electric red · warm · closest name: crimson
RGB
253, 15, 72
HSL
346°, 98%, 53%
CMYK
0, 94, 72, 1
Luminance
0.2169
Every format
| HEX | #fd0f48 |
| RGB | rgb(253, 15, 72) |
| HSL | hsl(346, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 72%, 1%) |
| LAB | lab(53.7 79.9 36.0) |
| LCH | lch(53.7 87.7 24.3) |
| OKLCH | oklch(0.632 0.249 19.2) |
Copy-ready code
/* CSS */
color: #fd0f48;
background-color: #fd0f48;
/* Tailwind (arbitrary) */
class="text-[#fd0f48] bg-[#fd0f48]"
/* SCSS */
$brand: #fd0f48;
/* SwiftUI */
Color(red: 0.992, green: 0.059, blue: 0.282)
/* Android */
Color.parseColor("#fd0f48")Accessibility — WCAG contrast
Aa
#fd0f48 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0f48 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.9%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow71.5%
Key (black)0.8%
Color previews
#fd0f48 text on a black background
contrast 5.34:1
Card sample
#fd0f48 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0f48;
Background color
Panel with #fd0f48 background
background-color: #fd0f48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0f48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 15, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 15, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0f48; background: linear-gradient(135deg, #fd0f48, #FD740F);