Orange Red
#F13827
RedColor Codes
All color formats for development
HEX
#F13827RGB
rgb(241, 56, 39)HSL
hsl(5, 88%, 55%)OKLCH
oklch(0.627 0.223 29.9)CMYK
cmyk(0%, 77%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED220F
2#D31E0D
3#B91A0C
4#9E160A
5#841308
6#690F07
7#4F0B05
8#350703
9#1A0402
Tints
Lighter variations
1#F34C3D
2#F46052
3#F57468
4#F7887E
5#F89C93
6#F9AFA9
7#FBC3BE
8#FCD7D4
9#FEEBE9
Tones
Muted variations
1#E74131
2#DD493B
3#D35146
4#C95A50
5#BF625A
6#B56B64
7#AB736E
8#A07B78
9#968482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC6 #FBC6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F899 #F89991 | BordersInactive statesPlaceholder text |
| 400 | F464 #F46457 | Disabled statesSecondary iconsMuted text |
| 500 | F138 #F13827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D31E #D31E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A818 #A8180B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7811 #781108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0B #4D0B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FEF2F1;
--orange-red-100: #FDE0DD;
--orange-red-200: #FBC6C1;
--orange-red-300: #F89991;
--orange-red-400: #F46457;
--orange-red-500: #F13827;
--orange-red-600: #D31E0D;
--orange-red-700: #A8180B;
--orange-red-800: #781108;
--orange-red-900: #4D0B05;
--orange-red-950: #300703;
}