Orange
#E5B034
OrangeColor Codes
All color formats for development
HEX
#E5B034RGB
rgb(229, 176, 52)HSL
hsl(42, 77%, 55%)OKLCH
oklch(0.786 0.146 83.9)CMYK
cmyk(0%, 23%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFA51D
2#C7931A
3#AE8017
4#956E13
5#7C5C10
6#63490D
7#4A370A
8#322506
9#191203
Tints
Lighter variations
1#E7B848
2#EABF5D
3#EDC771
4#EFCF85
5#F2D799
6#F4DFAE
7#F7E7C2
8#FAEFD6
9#FCF7EB
Tones
Muted variations
1#DCAC3D
2#D3A946
3#CAA54E
4#C1A157
5#B89E60
6#B09A69
7#A79772
8#9E937B
9#959083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D6 #F2D697 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC161 | Disabled statesSecondary iconsMuted text |
| 500 | E5B0 #E5B034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C793 #C7931A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E75 #9E7515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7153 #71530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #483509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFAF1;
--orange-100: #FBF3DF;
--orange-200: #F7E8C4;
--orange-300: #F2D697;
--orange-400: #EAC161;
--orange-500: #E5B034;
--orange-600: #C7931A;
--orange-700: #9E7515;
--orange-800: #71530F;
--orange-900: #483509;
--orange-950: #2D2106;
}