Orange Red
#FD581C
OrangeColor Codes
All color formats for development
HEX
#FD581CRGB
rgb(253, 88, 28)HSL
hsl(16, 98%, 55%)OKLCH
oklch(0.677 0.211 37.7)CMYK
cmyk(0%, 65%, 89%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA4403
2#DE3D02
3#C23502
4#A72E02
5#8B2601
6#6F1E01
7#531701
8#380F01
9#1C0800
Tints
Lighter variations
1#FD6833
2#FD7949
3#FD8A60
4#FE9B77
5#FEAB8D
6#FEBCA4
7#FECDBB
8#FFDED2
9#FFEEE8
Tones
Muted variations
1#F15D27
2#E66232
3#DB683E
4#D06D49
5#C47254
6#B9775F
7#AE7D6B
8#A38276
9#978781
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECF #FECFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAA #FEAA8B | BordersInactive statesPlaceholder text |
| 400 | FD7D #FD7D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD58 #FD581C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE3D #DE3D02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B130 #B13002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E23 #7E2301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5116 #511601 | Primary textHigh emphasis contentDark headings |
| 950 | 320E #320E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF4F0;
--orange-red-100: #FFE5DC;
--orange-red-200: #FECFBD;
--orange-red-300: #FEAA8B;
--orange-red-400: #FD7D4E;
--orange-red-500: #FD581C;
--orange-red-600: #DE3D02;
--orange-red-700: #B13002;
--orange-red-800: #7E2301;
--orange-red-900: #511601;
--orange-red-950: #320E01;
}