#fd1b3f
a balanced, electric red · warm · closest name: crimson
RGB
253, 27, 63
HSL
350°, 98%, 55%
CMYK
0, 89, 75, 1
Luminance
0.2203
Every format
| HEX | #fd1b3f |
| RGB | rgb(253, 27, 63) |
| HSL | hsl(350, 98%, 55%) |
| CMYK | cmyk(0%, 89%, 75%, 1%) |
| LAB | lab(54.1 78.3 41.6) |
| LCH | lch(54.1 88.6 28.0) |
| OKLCH | oklch(0.634 0.246 22.0) |
Copy-ready code
/* CSS */
color: #fd1b3f;
background-color: #fd1b3f;
/* Tailwind (arbitrary) */
class="text-[#fd1b3f] bg-[#fd1b3f]"
/* SCSS */
$brand: #fd1b3f;
/* SwiftUI */
Color(red: 0.992, green: 0.106, blue: 0.247)
/* Android */
Color.parseColor("#fd1b3f")Accessibility — WCAG contrast
Aa
#fd1b3f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1b3f on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green10.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow75.1%
Key (black)0.8%
Color previews
#fd1b3f text on a black background
contrast 5.41:1
Card sample
#fd1b3f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1b3f;
Background color
Panel with #fd1b3f background
background-color: #fd1b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 27, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 27, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1b3f; background: linear-gradient(135deg, #fd1b3f, #FD8E1B);