#f95621
a balanced, electric red · warm · closest name: tomato
RGB
249, 86, 33
HSL
15°, 95%, 55%
CMYK
0, 66, 87, 2
Luminance
0.2691
Every format
| HEX | #f95621 |
| RGB | rgb(249, 86, 33) |
| HSL | hsl(15, 95%, 55%) |
| CMYK | cmyk(0%, 66%, 87%, 2%) |
| LAB | lab(58.9 60.0 60.6) |
| LCH | lch(58.9 85.3 45.2) |
| OKLCH | oklch(0.668 0.208 36.8) |
Copy-ready code
/* CSS */
color: #f95621;
background-color: #f95621;
/* Tailwind (arbitrary) */
class="text-[#f95621] bg-[#f95621]"
/* SCSS */
$brand: #f95621;
/* SwiftUI */
Color(red: 0.976, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#f95621")Accessibility — WCAG contrast
Aa
#f95621 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f95621 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow86.7%
Key (black)2.4%
Color previews
#f95621 text on a black background
contrast 6.38:1
Card sample
#f95621 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95621;
Background color
Panel with #f95621 background
background-color: #f95621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95621; background: linear-gradient(135deg, #f95621, #F9E621);