#fd223f
a balanced, electric red · warm · closest name: crimson
RGB
253, 34, 63
HSL
352°, 98%, 56%
CMYK
0, 87, 75, 1
Luminance
0.2239
Every format
| HEX | #fd223f |
| RGB | rgb(253, 34, 63) |
| HSL | hsl(352, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 75%, 1%) |
| LAB | lab(54.4 77.2 42.0) |
| LCH | lch(54.4 87.9 28.6) |
| OKLCH | oklch(0.637 0.243 22.5) |
Copy-ready code
/* CSS */
color: #fd223f;
background-color: #fd223f;
/* Tailwind (arbitrary) */
class="text-[#fd223f] bg-[#fd223f]"
/* SCSS */
$brand: #fd223f;
/* SwiftUI */
Color(red: 0.992, green: 0.133, blue: 0.247)
/* Android */
Color.parseColor("#fd223f")Accessibility — WCAG contrast
Aa
#fd223f on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd223f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow75.1%
Key (black)0.8%
Color previews
#fd223f text on a black background
contrast 5.48:1
Card sample
#fd223f text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd223f;
Background color
Panel with #fd223f background
background-color: #fd223f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd223f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 34, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 34, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd223f; background: linear-gradient(135deg, #fd223f, #FD9722);