#fe2136
a balanced, electric red · warm · closest name: crimson
RGB
254, 33, 54
HSL
354°, 99%, 56%
CMYK
0, 87, 79, 0
Luminance
0.2242
Every format
| HEX | #fe2136 |
| RGB | rgb(254, 33, 54) |
| HSL | hsl(354, 99%, 56%) |
| CMYK | cmyk(0%, 87%, 79%, 0%) |
| LAB | lab(54.5 77.3 47.1) |
| LCH | lch(54.5 90.5 31.4) |
| OKLCH | oklch(0.638 0.245 24.5) |
Copy-ready code
/* CSS */
color: #fe2136;
background-color: #fe2136;
/* Tailwind (arbitrary) */
class="text-[#fe2136] bg-[#fe2136]"
/* SCSS */
$brand: #fe2136;
/* SwiftUI */
Color(red: 0.996, green: 0.129, blue: 0.212)
/* Android */
Color.parseColor("#fe2136")Accessibility — WCAG contrast
Aa
#fe2136 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fe2136 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green12.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow78.7%
Key (black)0.4%
Color previews
#fe2136 text on a black background
contrast 5.48:1
Card sample
#fe2136 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe2136;
Background color
Panel with #fe2136 background
background-color: #fe2136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe2136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 33, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 33, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe2136; background: linear-gradient(135deg, #fe2136, #FE9F21);