#fd243f
a balanced, electric red · warm · closest name: crimson
RGB
253, 36, 63
HSL
353°, 98%, 57%
CMYK
0, 86, 75, 1
Luminance
0.2250
Every format
| HEX | #fd243f |
| RGB | rgb(253, 36, 63) |
| HSL | hsl(353, 98%, 57%) |
| CMYK | cmyk(0%, 86%, 75%, 1%) |
| LAB | lab(54.6 76.8 42.2) |
| LCH | lch(54.6 87.6 28.8) |
| OKLCH | oklch(0.638 0.242 22.7) |
Copy-ready code
/* CSS */
color: #fd243f;
background-color: #fd243f;
/* Tailwind (arbitrary) */
class="text-[#fd243f] bg-[#fd243f]"
/* SCSS */
$brand: #fd243f;
/* SwiftUI */
Color(red: 0.992, green: 0.141, blue: 0.247)
/* Android */
Color.parseColor("#fd243f")Accessibility — WCAG contrast
Aa
#fd243f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd243f on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow75.1%
Key (black)0.8%
Color previews
#fd243f text on a black background
contrast 5.50:1
Card sample
#fd243f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd243f;
Background color
Panel with #fd243f background
background-color: #fd243f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd243f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 36, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 36, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd243f; background: linear-gradient(135deg, #fd243f, #FD9A24);