Orange
#E9B12F
OrangeColor Codes
All color formats for development
HEX
#E9B12FRGB
rgb(233, 177, 47)HSL
hsl(42, 81%, 55%)OKLCH
oklch(0.792 0.15 83.3)CMYK
cmyk(0%, 24%, 80%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E4A718
2#CB9515
3#B28213
4#986F10
5#7F5D0D
6#664A0B
7#4C3808
8#332505
9#191303
Tints
Lighter variations
1#EBB944
2#EEC159
3#F0C96E
4#F2D082
5#F4D897
6#F6E0AC
7#F8E8C1
8#FBEFD5
9#FDF7EA
Tones
Muted variations
1#E0AE39
2#D7AA42
3#CDA64B
4#C4A354
5#BB9F5E
6#B19B67
7#A89770
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 | F4D7 #F4D795 | BordersInactive statesPlaceholder text |
| 400 | EEC3 #EEC35D | Disabled statesSecondary iconsMuted text |
| 500 | E9B1 #E9B12F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB95 #CB9515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A276 #A27611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A36 #4A3608 | 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: #F4D795;
--orange-400: #EEC35D;
--orange-500: #E9B12F;
--orange-600: #CB9515;
--orange-700: #A27611;
--orange-800: #73540C;
--orange-900: #4A3608;
--orange-950: #2E2205;
}