Olive
#806A00
YellowColor Codes
All color formats for development
HEX
#806A00RGB
rgb(128, 106, 0)HSL
hsl(50, 100%, 25%)OKLCH
oklch(0.53 0.109 94.6)CMYK
cmyk(0%, 17%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#736000
2#665500
3#594A00
4#4D4000
5#403500
6#332B00
7#262000
8#1A1500
9#0D0B00
Tints
Lighter variations
1#A68A00
2#CCAA00
3#F2CA00
4#FFD91A
5#FFDF40
6#FFE666
7#FFEC8C
8#FFF2B3
9#FFF9D9
Tones
Muted variations
1#796606
2#73620D
3#6C5E13
4#665919
5#605520
6#595126
7#534D2D
8#4D4833
9#464439
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF4 #FFF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEB #FFEB8A | BordersInactive statesPlaceholder text |
| 400 | FFE1 #FFE14D | Disabled statesSecondary iconsMuted text |
| 500 | FFD9 #FFD91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BB #E0BB00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B395 #B39500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806A #806A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5244 #524400 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF9DB;
--olive-200: #FFF4BD;
--olive-300: #FFEB8A;
--olive-400: #FFE14D;
--olive-500: #FFD91A;
--olive-600: #E0BB00;
--olive-700: #B39500;
--olive-800: #806A00;
--olive-900: #524400;
--olive-950: #332B00;
}