Orange Red
#E04B00
OrangeColor Codes
All color formats for development
HEX
#E04B00RGB
rgb(224, 75, 0)HSL
hsl(20, 100%, 44%)OKLCH
oklch(0.614 0.196 39.2)CMYK
cmyk(0%, 67%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA4300
2#B43C00
3#9D3400
4#872D00
5#702500
6#5A1E00
7#431600
8#2D0F00
9#160700
Tints
Lighter variations
1#FD5400
2#FF671B
3#FF7A37
4#FF8D54
5#FFA070
6#FFB38D
7#FFC6A9
8#FFD9C6
9#FFECE2
Tones
Muted variations
1#D54F0B
2#CA5216
3#BF5622
4#B45A2D
5#A85E38
6#9D6143
7#92654F
8#87695A
9#7B6C65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD3 #FFD3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB1 #FFB18A | BordersInactive statesPlaceholder text |
| 400 | FF88 #FF884D | Disabled statesSecondary iconsMuted text |
| 500 | FF66 #FF661A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04B #E04B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33B #B33B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802A #802A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521B #521B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3311 #331100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF5F0;
--orange-red-100: #FFE7DB;
--orange-red-200: #FFD3BD;
--orange-red-300: #FFB18A;
--orange-red-400: #FF884D;
--orange-red-500: #FF661A;
--orange-red-600: #E04B00;
--orange-red-700: #B33B00;
--orange-red-800: #802A00;
--orange-red-900: #521B00;
--orange-red-950: #331100;
}