Olive
#805100
OrangeColor Codes
All color formats for development
HEX
#805100RGB
rgb(128, 81, 0)HSL
hsl(38, 100%, 25%)OKLCH
oklch(0.477 0.103 71.2)CMYK
cmyk(0%, 37%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#734900
2#664100
3#593900
4#4D3000
5#402800
6#332000
7#261800
8#1A1000
9#0D0800
Tints
Lighter variations
1#A66900
2#CC8100
3#F29900
4#FFAB1A
5#FFB940
6#FFC766
7#FFD58C
8#FFE3B3
9#FFF1D9
Tones
Muted variations
1#794F06
2#734D0D
3#6C4C13
4#664A19
5#604820
6#594726
7#53452D
8#4D4333
9#464139
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE7 #FFE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD4 #FFD48A | BordersInactive statesPlaceholder text |
| 400 | FFBE #FFBE4D | Disabled statesSecondary iconsMuted text |
| 500 | FFAB #FFAB1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08E #E08E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B371 #B37100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8051 #805100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5234 #523400 | Primary textHigh emphasis contentDark headings |
| 950 | 3320 #332000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FFF2DB;
--olive-200: #FFE7BD;
--olive-300: #FFD48A;
--olive-400: #FFBE4D;
--olive-500: #FFAB1A;
--olive-600: #E08E00;
--olive-700: #B37100;
--olive-800: #805100;
--olive-900: #523400;
--olive-950: #332000;
}