Olive
#A47A0E
OrangeColor Codes
All color formats for development
HEX
#A47A0ERGB
rgb(164, 122, 14)HSL
hsl(43, 84%, 35%)OKLCH
oklch(0.605 0.121 83.5)CMYK
cmyk(0%, 26%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#946E0D
2#83610B
3#73550A
4#634909
5#523D07
6#423106
7#312504
8#211803
9#100C01
Tints
Lighter variations
1#C39011
2#E1A714
3#ECB52A
4#EFC048
5#F2CA67
6#F4D585
7#F7DFA4
8#FAEAC2
9#FCF4E1
Tones
Muted variations
1#9D7616
2#95731D
3#8E7025
4#866D2C
5#7F6934
6#77663B
7#706343
8#68604A
9#615C52
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 #F6DA93 | BordersInactive statesPlaceholder text |
| 400 | F1C6 #F1C65B | Disabled statesSecondary iconsMuted text |
| 500 | EDB6 #EDB62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE99 #CE9912 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A47A #A47A0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B38 #4B3807 | 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: #F6DA93;
--olive-400: #F1C65B;
--olive-500: #EDB62C;
--olive-600: #CE9912;
--olive-700: #A47A0E;
--olive-800: #75570A;
--olive-900: #4B3807;
--olive-950: #2F2304;
}