Orange Red
#FF4F1A
RedColor Codes
All color formats for development
HEX
#FF4F1ARGB
rgb(255, 79, 26)HSL
hsl(14, 100%, 55%)OKLCH
oklch(0.67 0.22 35.6)CMYK
cmyk(0%, 69%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC3B00
2#E03400
3#C42E00
4#A82700
5#8C2100
6#701A00
7#541400
8#380D00
9#1C0700
Tints
Lighter variations
1#FF6130
2#FF7247
3#FF845E
4#FF9575
5#FFA78C
6#FFB9A3
7#FFCABA
8#FFDCD1
9#FFEDE8
Tones
Muted variations
1#F45525
2#E85B30
3#DD613C
4#D16847
5#C66E53
6#BA745E
7#AF7A6A
8#A38075
9#988681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCC #FFCCBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA5 #FFA58A | BordersInactive statesPlaceholder text |
| 400 | FF76 #FF764D | Disabled statesSecondary iconsMuted text |
| 500 | FF4F #FF4F1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E034 #E03400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B32A #B32A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 801E #801E00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5213 #521300 | Primary textHigh emphasis contentDark headings |
| 950 | 330C #330C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF3F0;
--orange-red-100: #FFE4DB;
--orange-red-200: #FFCCBD;
--orange-red-300: #FFA58A;
--orange-red-400: #FF764D;
--orange-red-500: #FF4F1A;
--orange-red-600: #E03400;
--orange-red-700: #B32A00;
--orange-red-800: #801E00;
--orange-red-900: #521300;
--orange-red-950: #330C00;
}