Orange Red
#FA341E
RedColor Codes
All color formats for development
HEX
#FA341ERGB
rgb(250, 52, 30)HSL
hsl(6, 96%, 55%)OKLCH
oklch(0.639 0.234 30.5)CMYK
cmyk(0%, 79%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F71D05
2#DC1A04
3#C01704
4#A51403
5#891003
6#6E0D02
7#520A02
8#370701
9#1B0301
Tints
Lighter variations
1#FB4835
2#FB5D4B
3#FC7162
4#FC8578
5#FD9A8F
6#FDAEA5
7#FEC2BC
8#FED6D2
9#FFEBE9
Tones
Muted variations
1#EF3D29
2#E44634
3#D94F3F
4#CE574A
5#C36055
6#B86960
7#AD726B
8#A27B76
9#978381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC4 #FEC4BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD97 #FD978C | BordersInactive statesPlaceholder text |
| 400 | FB61 #FB6150 | Disabled statesSecondary iconsMuted text |
| 500 | FA34 #FA341E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC1A #DC1A04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF15 #AF1504 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D0F #7D0F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5009 #500902 | Primary textHigh emphasis contentDark headings |
| 950 | 3206 #320601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF1F0;
--orange-red-100: #FEDFDC;
--orange-red-200: #FEC4BE;
--orange-red-300: #FD978C;
--orange-red-400: #FB6150;
--orange-red-500: #FA341E;
--orange-red-600: #DC1A04;
--orange-red-700: #AF1504;
--orange-red-800: #7D0F03;
--orange-red-900: #500902;
--orange-red-950: #320601;
}