#f95a21
a balanced, electric orange · warm · closest name: tomato
RGB
249, 90, 33
HSL
16°, 95%, 55%
CMYK
0, 64, 87, 2
Luminance
0.2756
Every format
| HEX | #f95a21 |
| RGB | rgb(249, 90, 33) |
| HSL | hsl(16, 95%, 55%) |
| CMYK | cmyk(0%, 64%, 87%, 2%) |
| LAB | lab(59.5 58.4 61.0) |
| LCH | lch(59.5 84.5 46.3) |
| OKLCH | oklch(0.673 0.205 37.9) |
Copy-ready code
/* CSS */
color: #f95a21;
background-color: #f95a21;
/* Tailwind (arbitrary) */
class="text-[#f95a21] bg-[#f95a21]"
/* SCSS */
$brand: #f95a21;
/* SwiftUI */
Color(red: 0.976, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#f95a21")Accessibility — WCAG contrast
Aa
#f95a21 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f95a21 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow86.7%
Key (black)2.4%
Color previews
#f95a21 text on a black background
contrast 6.51:1
Card sample
#f95a21 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95a21;
Background color
Panel with #f95a21 background
background-color: #f95a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95a21; background: linear-gradient(135deg, #f95a21, #F9EA21);