#fe2b39
a balanced, electric red · warm · closest name: crimson
RGB
254, 43, 57
HSL
356°, 99%, 58%
CMYK
0, 83, 78, 0
Luminance
0.2309
Every format
| HEX | #fe2b39 |
| RGB | rgb(254, 43, 57) |
| HSL | hsl(356, 99%, 58%) |
| CMYK | cmyk(0%, 83%, 78%, 0%) |
| LAB | lab(55.2 75.5 46.2) |
| LCH | lch(55.2 88.5 31.5) |
| OKLCH | oklch(0.643 0.240 24.8) |
Copy-ready code
/* CSS */
color: #fe2b39;
background-color: #fe2b39;
/* Tailwind (arbitrary) */
class="text-[#fe2b39] bg-[#fe2b39]"
/* SCSS */
$brand: #fe2b39;
/* SwiftUI */
Color(red: 0.996, green: 0.169, blue: 0.224)
/* Android */
Color.parseColor("#fe2b39")Accessibility — WCAG contrast
Aa
#fe2b39 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2b39 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green16.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow77.6%
Key (black)0.4%
Color previews
#fe2b39 text on a black background
contrast 5.62:1
Card sample
#fe2b39 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2b39;
Background color
Panel with #fe2b39 background
background-color: #fe2b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 43, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 43, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2b39; background: linear-gradient(135deg, #fe2b39, #FEAA2B);