#f93621
a balanced, electric red · warm · closest name: red
RGB
249, 54, 33
HSL
6°, 95%, 55%
CMYK
0, 78, 87, 2
Luminance
0.2289
Every format
| HEX | #f93621 |
| RGB | rgb(249, 54, 33) |
| HSL | hsl(6, 95%, 55%) |
| CMYK | cmyk(0%, 78%, 87%, 2%) |
| LAB | lab(55.0 70.9 57.5) |
| LCH | lch(55.0 91.3 39.0) |
| OKLCH | oklch(0.639 0.232 30.4) |
Copy-ready code
/* CSS */
color: #f93621;
background-color: #f93621;
/* Tailwind (arbitrary) */
class="text-[#f93621] bg-[#f93621]"
/* SCSS */
$brand: #f93621;
/* SwiftUI */
Color(red: 0.976, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#f93621")Accessibility — WCAG contrast
Aa
#f93621 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93621 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow86.7%
Key (black)2.4%
Color previews
#f93621 text on a black background
contrast 5.58:1
Card sample
#f93621 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93621;
Background color
Panel with #f93621 background
background-color: #f93621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93621; background: linear-gradient(135deg, #f93621, #F9C621);