Olive
#805500
OrangeColor Codes
All color formats for development
HEX
#805500RGB
rgb(128, 85, 0)HSL
hsl(40, 100%, 25%)OKLCH
oklch(0.485 0.102 75.1)CMYK
cmyk(0%, 34%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#734D00
2#664400
3#593B00
4#4D3300
5#402B00
6#332200
7#261900
8#1A1100
9#0D0900
Tints
Lighter variations
1#A66F00
2#CC8800
3#F2A100
4#FFB31A
5#FFBF40
6#FFCC66
7#FFD98C
8#FFE5B3
9#FFF2D9
Tones
Muted variations
1#795306
2#73510D
3#6C4F13
4#664D19
5#604A20
6#594826
7#53462D
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 | FFE9 #FFE9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD8 #FFD88A | BordersInactive statesPlaceholder text |
| 400 | FFC3 #FFC34D | Disabled statesSecondary iconsMuted text |
| 500 | FFB3 #FFB31A | Primary brand colorCTAsActive elementsLinks |
| 600 | E096 #E09600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B377 #B37700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8055 #805500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5236 #523600 | Primary textHigh emphasis contentDark headings |
| 950 | 3322 #332200 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FFF3DB;
--olive-200: #FFE9BD;
--olive-300: #FFD88A;
--olive-400: #FFC34D;
--olive-500: #FFB31A;
--olive-600: #E09600;
--olive-700: #B37700;
--olive-800: #805500;
--olive-900: #523600;
--olive-950: #332200;
}