Olive
#A17612
OrangeColor Codes
All color formats for development
HEX
#A17612RGB
rgb(161, 118, 18)HSL
hsl(42, 80%, 35%)OKLCH
oklch(0.593 0.117 81.8)CMYK
cmyk(0%, 27%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916A10
2#815E0E
3#70520C
4#60470B
5#503B09
6#402F07
7#302305
8#201804
9#100C02
Tints
Lighter variations
1#BE8C15
2#DCA218
3#E8B02E
4#EBBB4C
5#EEC76A
6#F2D288
7#F5DDA5
8#F8E8C3
9#FCF4E1
Tones
Muted variations
1#9A7319
2#927020
3#8B6D27
4#846A2E
5#7D6836
6#76653D
7#6F6244
8#685F4B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D795 | BordersInactive statesPlaceholder text |
| 400 | EDC2 #EDC25E | Disabled statesSecondary iconsMuted text |
| 500 | E8B1 #E8B130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA94 #CA9416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A176 #A17612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E8C3;
--olive-300: #F3D795;
--olive-400: #EDC25E;
--olive-500: #E8B130;
--olive-600: #CA9416;
--olive-700: #A17612;
--olive-800: #73540D;
--olive-900: #493608;
--olive-950: #2E2205;
}