#f56421
a balanced, electric orange · warm · closest name: tomato
RGB
245, 100, 33
HSL
19°, 91%, 55%
CMYK
0, 59, 87, 4
Luminance
0.2864
Every format
| HEX | #f56421 |
| RGB | rgb(245, 100, 33) |
| HSL | hsl(19, 91%, 55%) |
| CMYK | cmyk(0%, 59%, 87%, 4%) |
| LAB | lab(60.5 52.7 61.5) |
| LCH | lch(60.5 81.0 49.4) |
| OKLCH | oklch(0.679 0.193 41.5) |
Copy-ready code
/* CSS */
color: #f56421;
background-color: #f56421;
/* Tailwind (arbitrary) */
class="text-[#f56421] bg-[#f56421]"
/* SCSS */
$brand: #f56421;
/* SwiftUI */
Color(red: 0.961, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#f56421")Accessibility — WCAG contrast
Aa
#f56421 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f56421 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow86.5%
Key (black)3.9%
Color previews
#f56421 text on a black background
contrast 6.73:1
Card sample
#f56421 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56421;
Background color
Panel with #f56421 background
background-color: #f56421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56421; background: linear-gradient(135deg, #f56421, #F5F121);