Orange
#E9B82F
OrangeColor Codes
All color formats for development
HEX
#E9B82FRGB
rgb(233, 184, 47)HSL
hsl(44, 81%, 55%)OKLCH
oklch(0.805 0.152 87.4)CMYK
cmyk(0%, 21%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4AE18
2#CB9B15
3#B28713
4#987410
5#7F610D
6#664D0B
7#4C3A08
8#332705
9#191303
Tints
Lighter variations
1#EBBF44
2#EEC659
3#F0CD6E
4#F2D482
5#F4DB97
6#F6E2AC
7#F8EAC1
8#FBF1D5
9#FDF8EA
Tones
Muted variations
1#E0B339
2#D7AF42
3#CDAB4B
4#C4A654
5#BBA25E
6#B19E67
7#A89970
8#9F957A
9#969183
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DB #F4DB95 | BordersInactive statesPlaceholder text |
| 400 | EEC7 #EEC75D | Disabled statesSecondary iconsMuted text |
| 500 | E9B8 #E9B82F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB9B #CB9B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27B #A27B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7358 #73580C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A38 #4A3808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF4DF;
--orange-200: #F9EAC3;
--orange-300: #F4DB95;
--orange-400: #EEC75D;
--orange-500: #E9B82F;
--orange-600: #CB9B15;
--orange-700: #A27B11;
--orange-800: #73580C;
--orange-900: #4A3808;
--orange-950: #2E2305;
}