Orange
#E7AD32
OrangeColor Codes
All color formats for development
HEX
#E7AD32RGB
rgb(231, 173, 50)HSL
hsl(41, 79%, 55%)OKLCH
oklch(0.782 0.147 81.4)CMYK
cmyk(0%, 25%, 78%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2A31B
2#C99118
3#B07F15
4#976D12
5#7E5A0F
6#64480C
7#4B3609
8#322406
9#191203
Tints
Lighter variations
1#E9B646
2#ECBE5B
3#EEC66F
4#F1CE84
5#F3D698
6#F5DEAD
7#F8E7C1
8#FAEFD6
9#FDF7EA
Tones
Muted variations
1#DEAA3B
2#D5A744
3#CCA44D
4#C3A056
5#BA9D5F
6#B19A68
7#A79671
8#9E937A
9#959083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D5 #F3D596 | BordersInactive statesPlaceholder text |
| 400 | ECC0 #ECC05F | Disabled statesSecondary iconsMuted text |
| 500 | E7AD #E7AD32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C991 #C99118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A073 #A07313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7252 #72520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF2DF;
--orange-200: #F8E7C4;
--orange-300: #F3D596;
--orange-400: #ECC05F;
--orange-500: #E7AD32;
--orange-600: #C99118;
--orange-700: #A07313;
--orange-800: #72520D;
--orange-900: #493509;
--orange-950: #2E2105;
}