Olive
#A57A0D
OrangeColor Codes
All color formats for development
HEX
#A57A0DRGB
rgb(165, 122, 13)HSL
hsl(43, 85%, 35%)OKLCH
oklch(0.606 0.121 83)CMYK
cmyk(0%, 26%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#956E0C
2#84620B
3#745509
4#634908
5#533D07
6#423105
7#322504
8#211803
9#110C01
Tints
Lighter variations
1#C49110
2#E2A712
3#EEB628
4#F0C047
5#F3CB66
6#F5D584
7#F8E0A3
8#FAEAC2
9#FDF5E0
Tones
Muted variations
1#9E7715
2#96741D
3#8E7024
4#876D2C
5#7F6A33
6#78663B
7#706342
8#68604A
9#615D52
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 {
--olive-50: #FEFAF1;
--olive-100: #FCF4DE;
--olive-200: #FAEAC2;
--olive-300: #F6DA92;
--olive-400: #F2C75A;
--olive-500: #EEB72B;
--olive-600: #D09A11;
--olive-700: #A57A0D;
--olive-800: #76570A;
--olive-900: #4B3806;
--olive-950: #2F2304;
}