Olive
#A4720E
OrangeColor Codes
All color formats for development
HEX
#A4720ERGB
rgb(164, 114, 14)HSL
hsl(40, 84%, 35%)OKLCH
oklch(0.589 0.119 77.1)CMYK
cmyk(0%, 30%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94670D
2#835B0B
3#73500A
4#634509
5#523907
6#422E06
7#312204
8#211703
9#100B01
Tints
Lighter variations
1#C38711
2#E19D14
3#ECAB2A
4#EFB748
5#F2C367
6#F4CF85
7#F7DBA4
8#FAE7C2
9#FCF3E1
Tones
Muted variations
1#9D7016
2#956D1D
3#8E6B25
4#86682C
5#7F6634
6#77633B
7#706143
8#685E4A
9#615C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D593 | BordersInactive statesPlaceholder text |
| 400 | F1BF #F1BF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDAC #EDAC2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE90 #CE9012 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A472 #A4720E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7552 #75520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF2DE;
--olive-200: #FAE7C2;
--olive-300: #F6D593;
--olive-400: #F1BF5B;
--olive-500: #EDAC2C;
--olive-600: #CE9012;
--olive-700: #A4720E;
--olive-800: #75520A;
--olive-900: #4B3407;
--olive-950: #2F2104;
}