Orange Red
#F23B26
RedColor Codes
All color formats for development
HEX
#F23B26RGB
rgb(242, 59, 38)HSL
hsl(6, 89%, 55%)OKLCH
oklch(0.631 0.221 30.5)CMYK
cmyk(0%, 76%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF240E
2#D4200C
3#BA1C0B
4#9F1809
5#851408
6#6A1006
7#500C05
8#350803
9#1B0402
Tints
Lighter variations
1#F44E3C
2#F56251
3#F67567
4#F7897D
5#F99D93
6#FAB0A8
7#FBC4BE
8#FCD8D4
9#FEEBE9
Tones
Muted variations
1#E84330
2#DE4B3B
3#D45345
4#CA5B4F
5#BF6359
6#B56C63
7#AB746E
8#A17C78
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 #FBC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99B #F99B90 | BordersInactive statesPlaceholder text |
| 400 | F566 #F56656 | Disabled statesSecondary iconsMuted text |
| 500 | F23B #F23B26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D420 #D4200C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91A #A91A0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7812 #781207 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C04 | 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: #FBC6C0;
--orange-red-300: #F99B90;
--orange-red-400: #F56656;
--orange-red-500: #F23B26;
--orange-red-600: #D4200C;
--orange-red-700: #A91A0A;
--orange-red-800: #781207;
--orange-red-900: #4D0C04;
--orange-red-950: #300703;
}