Orange
#E9B52F
OrangeColor Codes
All color formats for development
HEX
#E9B52FRGB
rgb(233, 181, 47)HSL
hsl(43, 81%, 55%)OKLCH
oklch(0.799 0.151 85.6)CMYK
cmyk(0%, 22%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4AB18
2#CB9815
3#B28513
4#987210
5#7F5F0D
6#664C0B
7#4C3908
8#332605
9#191303
Tints
Lighter variations
1#EBBC44
2#EEC359
3#F0CB6E
4#F2D282
5#F4DA97
6#F6E1AC
7#F8E9C1
8#FBF0D5
9#FDF8EA
Tones
Muted variations
1#E0B039
2#D7AC42
3#CDA84B
4#C4A454
5#BBA05E
6#B19C67
7#A89870
8#9F947A
9#969083
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D9 #F4D995 | BordersInactive statesPlaceholder text |
| 400 | EEC5 #EEC55D | Disabled statesSecondary iconsMuted text |
| 500 | E9B5 #E9B52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB98 #CB9815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A279 #A27911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A37 #4A3708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF3DF;
--orange-200: #F9E9C3;
--orange-300: #F4D995;
--orange-400: #EEC55D;
--orange-500: #E9B52F;
--orange-600: #CB9815;
--orange-700: #A27911;
--orange-800: #73560C;
--orange-900: #4A3708;
--orange-950: #2E2205;
}