Orange Red
#DE4F02
OrangeColor Codes
All color formats for development
HEX
#DE4F02RGB
rgb(222, 79, 2)HSL
hsl(21, 98%, 44%)OKLCH
oklch(0.616 0.191 40.4)CMYK
cmyk(0%, 64%, 99%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C84702
2#B23F02
3#9C3702
4#853001
5#6F2801
6#592001
7#431801
8#2C1000
9#160800
Tints
Lighter variations
1#FA5903
2#FD6B1D
3#FD7E39
4#FD9055
5#FEA372
6#FEB58E
7#FEC8AA
8#FEDAC6
9#FFEDE3
Tones
Muted variations
1#D3530D
2#C85618
3#BD5923
4#B25C2E
5#A76039
6#9C6344
7#91664F
8#866A5A
9#7B6D65
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE8 #FFE8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED4 #FED4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEB3 #FEB38B | BordersInactive statesPlaceholder text |
| 400 | FD8C #FD8C4E | Disabled statesSecondary iconsMuted text |
| 500 | FD6B #FD6B1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE4F #DE4F02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B13F #B13F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E2D #7E2D01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 511D #511D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3212 #321201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-red-50: #FFF5F0;
--orange-red-100: #FFE8DC;
--orange-red-200: #FED4BD;
--orange-red-300: #FEB38B;
--orange-red-400: #FD8C4E;
--orange-red-500: #FD6B1C;
--orange-red-600: #DE4F02;
--orange-red-700: #B13F02;
--orange-red-800: #7E2D01;
--orange-red-900: #511D01;
--orange-red-950: #321201;
}