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