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