Orange Red
#FF571A
OrangeColor Codes
All color formats for development
HEX
#FF571ARGB
rgb(255, 87, 26)HSL
hsl(16, 100%, 55%)OKLCH
oklch(0.679 0.214 37.5)CMYK
cmyk(0%, 66%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC4300
2#E03C00
3#C43400
4#A82D00
5#8C2500
6#701E00
7#541600
8#380F00
9#1C0700
Tints
Lighter variations
1#FF6830
2#FF7847
3#FF895E
4#FF9A75
5#FFAB8C
6#FFBCA3
7#FFCDBA
8#FFDDD1
9#FFEEE8
Tones
Muted variations
1#F45C25
2#E86130
3#DD673C
4#D16C47
5#C67153
6#BA775E
7#AF7C6A
8#A38275
9#988781
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCE #FFCEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA9 #FFA98A | BordersInactive statesPlaceholder text |
| 400 | FF7C #FF7C4D | Disabled statesSecondary iconsMuted text |
| 500 | FF57 #FF571A | Primary brand colorCTAsActive elementsLinks |
| 600 | E03C #E03C00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B330 #B33000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8022 #802200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5216 #521600 | Primary textHigh emphasis contentDark headings |
| 950 | 330E #330E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF4F0;
--orange-red-100: #FFE5DB;
--orange-red-200: #FFCEBD;
--orange-red-300: #FFA98A;
--orange-red-400: #FF7C4D;
--orange-red-500: #FF571A;
--orange-red-600: #E03C00;
--orange-red-700: #B33000;
--orange-red-800: #802200;
--orange-red-900: #521600;
--orange-red-950: #330E00;
}