Orange
#EEB72B
OrangeColor Codes
All color formats for development
HEX
#EEB72BRGB
rgb(238, 183, 43)HSL
hsl(43, 85%, 55%)OKLCH
oklch(0.808 0.155 84.9)CMYK
cmyk(0%, 23%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAAD13
2#D09A11
3#B6860F
4#9C730D
5#82600B
6#684D08
7#4E3A06
8#342604
9#1A1302
Tints
Lighter variations
1#F0BE40
2#F1C555
3#F3CC6A
4#F5D480
5#F6DB95
6#F8E2AA
7#FAE9BF
8#FCF1D5
9#FDF8EA
Tones
Muted variations
1#E4B234
2#DAAE3E
3#D1AA48
4#C7A652
5#BDA15B
6#B39D65
7#AA996F
8#A09579
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEA #FAEAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DA #F6DA92 | BordersInactive statesPlaceholder text |
| 400 | F2C7 #F2C75A | Disabled statesSecondary iconsMuted text |
| 500 | EEB7 #EEB72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D09A #D09A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A57A #A57A0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7657 #76570A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B38 #4B3806 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FCF4DE;
--orange-200: #FAEAC2;
--orange-300: #F6DA92;
--orange-400: #F2C75A;
--orange-500: #EEB72B;
--orange-600: #D09A11;
--orange-700: #A57A0D;
--orange-800: #76570A;
--orange-900: #4B3806;
--orange-950: #2F2304;
}