#fe2d3f
a balanced, electric red · warm · closest name: crimson
RGB
254, 45, 63
HSL
355°, 99%, 59%
CMYK
0, 82, 75, 0
Luminance
0.2331
Every format
| HEX | #fe2d3f |
| RGB | rgb(254, 45, 63) |
| HSL | hsl(355, 99%, 59%) |
| CMYK | cmyk(0%, 82%, 75%, 0%) |
| LAB | lab(55.4 75.3 43.1) |
| LCH | lch(55.4 86.7 29.8) |
| OKLCH | oklch(0.645 0.238 23.6) |
Copy-ready code
/* CSS */
color: #fe2d3f;
background-color: #fe2d3f;
/* Tailwind (arbitrary) */
class="text-[#fe2d3f] bg-[#fe2d3f]"
/* SCSS */
$brand: #fe2d3f;
/* SwiftUI */
Color(red: 0.996, green: 0.176, blue: 0.247)
/* Android */
Color.parseColor("#fe2d3f")Accessibility — WCAG contrast
Aa
#fe2d3f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2d3f on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green17.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow75.2%
Key (black)0.4%
Color previews
#fe2d3f text on a black background
contrast 5.66:1
Card sample
#fe2d3f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2d3f;
Background color
Panel with #fe2d3f background
background-color: #fe2d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 45, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 45, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2d3f; background: linear-gradient(135deg, #fe2d3f, #FEA62D);