#fd6421
a balanced, electric orange · warm · closest name: tomato
RGB
253, 100, 33
HSL
18°, 98%, 56%
CMYK
0, 61, 87, 1
Luminance
0.3011
Every format
| HEX | #fd6421 |
| RGB | rgb(253, 100, 33) |
| HSL | hsl(18, 98%, 56%) |
| CMYK | cmyk(0%, 61%, 87%, 1%) |
| LAB | lab(61.8 55.5 63.1) |
| LCH | lch(61.8 84.1 48.6) |
| OKLCH | oklch(0.691 0.200 40.5) |
Copy-ready code
/* CSS */
color: #fd6421;
background-color: #fd6421;
/* Tailwind (arbitrary) */
class="text-[#fd6421] bg-[#fd6421]"
/* SCSS */
$brand: #fd6421;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#fd6421")Accessibility — WCAG contrast
Aa
#fd6421 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6421 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow87.0%
Key (black)0.8%
Color previews
#fd6421 text on a black background
contrast 7.02:1
Card sample
#fd6421 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6421;
Background color
Panel with #fd6421 background
background-color: #fd6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6421; background: linear-gradient(135deg, #fd6421, #FDF721);