Orange
#E9A52F
OrangeColor Codes
All color formats for development
HEX
#E9A52FRGB
rgb(233, 165, 47)HSL
hsl(38, 81%, 55%)OKLCH
oklch(0.769 0.148 75.9)CMYK
cmyk(0%, 29%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E49918
2#CB8815
3#B27713
4#986610
5#7F550D
6#66440B
7#4C3308
8#332205
9#191103
Tints
Lighter variations
1#EBAE44
2#EEB759
3#F0C06E
4#F2C982
5#F4D297
6#F6DBAC
7#F8E4C1
8#FBEDD5
9#FDF6EA
Tones
Muted variations
1#E0A339
2#D7A042
3#CD9E4B
4#C49B54
5#BB995E
6#B19667
7#A89470
8#9F917A
9#968F83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D195 | BordersInactive statesPlaceholder text |
| 400 | EEB9 #EEB95D | Disabled statesSecondary iconsMuted text |
| 500 | E9A5 #E9A52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB88 #CB8815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734E #734E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF1DF;
--orange-200: #F9E5C3;
--orange-300: #F4D195;
--orange-400: #EEB95D;
--orange-500: #E9A52F;
--orange-600: #CB8815;
--orange-700: #A26D11;
--orange-800: #734E0C;
--orange-900: #4A3208;
--orange-950: #2E1F05;
}