Orange Red
#F13B27
RedColor Codes
All color formats for development
HEX
#F13B27RGB
rgb(241, 59, 39)HSL
hsl(6, 88%, 55%)OKLCH
oklch(0.629 0.22 30.4)CMYK
cmyk(0%, 76%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ED250F
2#D3210D
3#B91D0C
4#9E190A
5#841508
6#691107
7#4F0C05
8#350803
9#1A0402
Tints
Lighter variations
1#F34F3D
2#F46352
3#F57668
4#F78A7E
5#F89D93
6#F9B1A9
7#FBC4BE
8#FCD8D4
9#FEEBE9
Tones
Muted variations
1#E74431
2#DD4C3B
3#D35446
4#C95C50
5#BF645A
6#B56C64
7#AB746E
8#A07C78
9#968482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89B #F89B91 | BordersInactive statesPlaceholder text |
| 400 | F467 #F46757 | Disabled statesSecondary iconsMuted text |
| 500 | F13B #F13B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D321 #D3210D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81A #A81A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7813 #781308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FEF2F1;
--orange-red-100: #FDE1DD;
--orange-red-200: #FBC7C1;
--orange-red-300: #F89B91;
--orange-red-400: #F46757;
--orange-red-500: #F13B27;
--orange-red-600: #D3210D;
--orange-red-700: #A81A0B;
--orange-red-800: #781308;
--orange-red-900: #4D0C05;
--orange-red-950: #300803;
}