Orange
#EBA22D
OrangeColor Codes
All color formats for development
HEX
#EBA22DRGB
rgb(235, 162, 45)HSL
hsl(37, 83%, 55%)OKLCH
oklch(0.765 0.149 73.5)CMYK
cmyk(0%, 31%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E79715
2#CD8613
3#B47511
4#9A640E
5#80540C
6#67430A
7#4D3207
8#332105
9#1A1102
Tints
Lighter variations
1#EDAC42
2#EFB557
3#F1BE6C
4#F3C781
5#F5D196
6#F7DAAB
7#F9E3C0
8#FBECD5
9#FDF6EA
Tones
Muted variations
1#E2A037
2#D89E40
3#CF9C4A
4#C59A53
5#BC975D
6#B29566
7#A99370
8#9F9179
9#968E83
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D0 #F5D094 | BordersInactive statesPlaceholder text |
| 400 | F0B7 #F0B75C | Disabled statesSecondary iconsMuted text |
| 500 | EBA2 #EBA22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD86 #CD8613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36B #A36B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FCF1DE;
--orange-200: #F9E4C2;
--orange-300: #F5D094;
--orange-400: #F0B75C;
--orange-500: #EBA22D;
--orange-600: #CD8613;
--orange-700: #A36B0F;
--orange-800: #754C0B;
--orange-900: #4B3107;
--orange-950: #2F1E04;
}