Orange Red
#FF5B1A
OrangeColor Codes
All color formats for development
HEX
#FF5B1ARGB
rgb(255, 91, 26)HSL
hsl(17, 100%, 55%)OKLCH
oklch(0.683 0.211 38.5)CMYK
cmyk(0%, 64%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC4800
2#E04000
3#C43800
4#A83000
5#8C2800
6#702000
7#541800
8#381000
9#1C0800
Tints
Lighter variations
1#FF6B30
2#FF7B47
3#FF8C5E
4#FF9C75
5#FFAD8C
6#FFBDA3
7#FFCEBA
8#FFDED1
9#FFEFE8
Tones
Muted variations
1#F45F25
2#E86430
3#DD693C
4#D16E47
5#C67353
6#BA785E
7#AF7D6A
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 | FFCF #FFCFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFAB #FFAB8A | BordersInactive statesPlaceholder text |
| 400 | FF7F #FF7F4D | Disabled statesSecondary iconsMuted text |
| 500 | FF5B #FF5B1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E040 #E04000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B333 #B33300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8024 #802400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5217 #521700 | 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: #FFCFBD;
--orange-red-300: #FFAB8A;
--orange-red-400: #FF7F4D;
--orange-red-500: #FF5B1A;
--orange-red-600: #E04000;
--orange-red-700: #B33300;
--orange-red-800: #802400;
--orange-red-900: #521700;
--orange-red-950: #330E00;
}