Orange
#E9A22F
OrangeColor Codes
All color formats for development
HEX
#E9A22FRGB
rgb(233, 162, 47)HSL
hsl(37, 81%, 55%)OKLCH
oklch(0.763 0.147 74)CMYK
cmyk(0%, 30%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E49618
2#CB8515
3#B27513
4#986410
5#7F530D
6#66430B
7#4C3208
8#332105
9#191103
Tints
Lighter variations
1#EBAB44
2#EEB559
3#F0BE6E
4#F2C782
5#F4D097
6#F6DAAC
7#F8E3C1
8#FBECD5
9#FDF6EA
Tones
Muted variations
1#E0A039
2#D79E42
3#CD9B4B
4#C49954
5#BB975E
6#B19567
7#A89370
8#9F917A
9#968E83
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 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CF #F4CF95 | BordersInactive statesPlaceholder text |
| 400 | EEB7 #EEB75D | Disabled statesSecondary iconsMuted text |
| 500 | E9A2 #E9A22F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB85 #CB8515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF1DF;
--orange-200: #F9E4C3;
--orange-300: #F4CF95;
--orange-400: #EEB75D;
--orange-500: #E9A22F;
--orange-600: #CB8515;
--orange-700: #A26A11;
--orange-800: #734C0C;
--orange-900: #4A3108;
--orange-950: #2E1E05;
}