Olive
#805900
OrangeColor Codes
All color formats for development
HEX
#805900RGB
rgb(128, 89, 0)HSL
hsl(42, 100%, 25%)OKLCH
oklch(0.493 0.102 79)CMYK
cmyk(0%, 30%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#735000
2#664700
3#593E00
4#4D3600
5#402D00
6#332400
7#261B00
8#1A1200
9#0D0900
Tints
Lighter variations
1#A67400
2#CC8F00
3#F2AA00
4#FFBA1A
5#FFC640
6#FFD166
7#FFDD8C
8#FFE8B3
9#FFF4D9
Tones
Muted variations
1#795706
2#73540D
3#6C5213
4#664F19
5#604D20
6#594A26
7#53472D
8#4D4533
9#464239
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF4 #FFF4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFEB #FFEBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFDC #FFDC8A | BordersInactive statesPlaceholder text |
| 400 | FFC9 #FFC94D | Disabled statesSecondary iconsMuted text |
| 500 | FFBA #FFBA1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E09D #E09D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B37D #B37D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8059 #805900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5239 #523900 | Primary textHigh emphasis contentDark headings |
| 950 | 3324 #332400 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FFF4DB;
--olive-200: #FFEBBD;
--olive-300: #FFDC8A;
--olive-400: #FFC94D;
--olive-500: #FFBA1A;
--olive-600: #E09D00;
--olive-700: #B37D00;
--olive-800: #805900;
--olive-900: #523900;
--olive-950: #332400;
}