Orange Red
#E04F00
OrangeColor Codes
All color formats for development
HEX
#E04F00RGB
rgb(224, 79, 0)HSL
hsl(21, 100%, 44%)OKLCH
oklch(0.619 0.193 40.4)CMYK
cmyk(0%, 65%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA4700
2#B43F00
3#9D3700
4#872F00
5#702700
6#5A1F00
7#431800
8#2D1000
9#160800
Tints
Lighter variations
1#FD5900
2#FF6A1B
3#FF7D37
4#FF9054
5#FFA270
6#FFB58D
7#FFC7A9
8#FFDAC6
9#FFECE2
Tones
Muted variations
1#D5520B
2#CA5516
3#BF5922
4#B45C2D
5#A85F38
6#9D6343
7#92664F
8#87695A
9#7B6D65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD4 #FFD4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB3 #FFB38A | BordersInactive statesPlaceholder text |
| 400 | FF8B #FF8B4D | Disabled statesSecondary iconsMuted text |
| 500 | FF6A #FF6A1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04F #E04F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33E #B33E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802D #802D00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521D #521D00 | Primary textHigh emphasis contentDark headings |
| 950 | 3312 #331200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF5F0;
--orange-red-100: #FFE8DB;
--orange-red-200: #FFD4BD;
--orange-red-300: #FFB38A;
--orange-red-400: #FF8B4D;
--orange-red-500: #FF6A1A;
--orange-red-600: #E04F00;
--orange-red-700: #B33E00;
--orange-red-800: #802D00;
--orange-red-900: #521D00;
--orange-red-950: #331200;
}