Olive
#805300
OrangeColor Codes
All color formats for development
HEX
#805300RGB
rgb(128, 83, 0)HSL
hsl(39, 100%, 25%)OKLCH
oklch(0.481 0.102 73.1)CMYK
cmyk(0%, 35%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#734B00
2#664200
3#593A00
4#4D3200
5#402900
6#332100
7#261900
8#1A1100
9#0D0800
Tints
Lighter variations
1#A66C00
2#CC8500
3#F29D00
4#FFAF1A
5#FFBC40
6#FFC966
7#FFD78C
8#FFE4B3
9#FFF2D9
Tones
Muted variations
1#795106
2#734F0D
3#6C4D13
4#664B19
5#604920
6#594726
7#53452D
8#4D4433
9#464239
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE8 #FFE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD6 #FFD68A | BordersInactive statesPlaceholder text |
| 400 | FFC1 #FFC14D | Disabled statesSecondary iconsMuted text |
| 500 | FFAF #FFAF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E092 #E09200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B374 #B37400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8053 #805300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5235 #523500 | Primary textHigh emphasis contentDark headings |
| 950 | 3321 #332100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FFF3DB;
--olive-200: #FFE8BD;
--olive-300: #FFD68A;
--olive-400: #FFC14D;
--olive-500: #FFAF1A;
--olive-600: #E09200;
--olive-700: #B37400;
--olive-800: #805300;
--olive-900: #523500;
--olive-950: #332100;
}