Orange Red
#FC3E1D
RedColor Codes
All color formats for development
HEX
#FC3E1DRGB
rgb(252, 62, 29)HSL
hsl(9, 97%, 55%)OKLCH
oklch(0.65 0.23 32.1)CMYK
cmyk(0%, 75%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F92904
2#DD2403
3#C12003
4#A61B03
5#8A1702
6#6F1202
7#530E01
8#370901
9#1C0500
Tints
Lighter variations
1#FC5234
2#FC654A
3#FD7861
4#FD8B77
5#FD9F8E
6#FEB2A5
7#FEC5BB
8#FED8D2
9#FFECE8
Tones
Muted variations
1#F04628
2#E54E33
3#DA563E
4#CF5E49
5#C46555
6#B96D60
7#AE756B
8#A37D76
9#978481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE1 #FEE1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC7 #FEC7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD9D #FD9D8B | BordersInactive statesPlaceholder text |
| 400 | FC69 #FC694F | Disabled statesSecondary iconsMuted text |
| 500 | FC3E #FC3E1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD24 #DD2403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B01D #B01D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E14 #7E1402 | Text on light backgroundsHeadingsStrong borders |
| 900 | 500D #500D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3208 #320801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF2F0;
--orange-red-100: #FEE1DC;
--orange-red-200: #FEC7BE;
--orange-red-300: #FD9D8B;
--orange-red-400: #FC694F;
--orange-red-500: #FC3E1D;
--orange-red-600: #DD2403;
--orange-red-700: #B01D03;
--orange-red-800: #7E1402;
--orange-red-900: #500D01;
--orange-red-950: #320801;
}