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