Orange Red
#E04000
OrangeColor Codes
All color formats for development
HEX
#E04000RGB
rgb(224, 64, 0)HSL
hsl(17, 100%, 44%)OKLCH
oklch(0.603 0.205 36.4)CMYK
cmyk(0%, 71%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA3900
2#B43300
3#9D2D00
4#872600
5#702000
6#5A1900
7#431300
8#2D0D00
9#160600
Tints
Lighter variations
1#FD4800
2#FF5B1B
3#FF7037
4#FF8454
5#FF9970
6#FFAD8D
7#FFC2A9
8#FFD6C6
9#FFEBE2
Tones
Muted variations
1#D5440B
2#CA4916
3#BF4E22
4#B4532D
5#A85838
6#9D5D43
7#92624F
8#87665A
9#7B6B65
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;
}