Olive
#808000
YellowColor Codes
All color formats for development
HEX
#808000RGB
rgb(128, 128, 0)HSL
hsl(60, 100%, 25%)OKLCH
oklch(0.581 0.127 109.8)CMYK
cmyk(0%, 0%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#737300
2#666600
3#595900
4#4C4D00
5#404000
6#333300
7#262600
8#191A00
9#0D0D00
Tints
Lighter variations
1#A6A600
2#CCCC00
3#F2F200
4#FFFF1A
5#FFFF40
6#FFFF66
7#FFFF8C
8#FFFFB3
9#FFFFD9
Tones
Muted variations
1#797906
2#73730D
3#6C6C13
4#666619
5#606020
6#595926
7#53532D
8#4C4D33
9#464639
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFF #FFFFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFF #FFFFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFFF #FFFF8A | BordersInactive statesPlaceholder text |
| 400 | FFFF #FFFF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFFF #FFFF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0E0 #E0E000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3B3 #B3B300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8080 #808000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5252 #525200 | Primary textHigh emphasis contentDark headings |
| 950 | 3333 #333300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FFFFDB;
--olive-200: #FFFFBD;
--olive-300: #FFFF8A;
--olive-400: #FFFF4D;
--olive-500: #FFFF1A;
--olive-600: #E0E000;
--olive-700: #B3B300;
--olive-800: #808000;
--olive-900: #525200;
--olive-950: #333300;
}