Olive
#806600
YellowColor Codes
All color formats for development
HEX
#806600RGB
rgb(128, 102, 0)HSL
hsl(48, 100%, 25%)OKLCH
oklch(0.521 0.107 91.2)CMYK
cmyk(0%, 20%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#735C00
2#665200
3#594700
4#4D3D00
5#403300
6#332900
7#261F00
8#1A1400
9#0D0A00
Tints
Lighter variations
1#A68500
2#CCA300
3#F2C200
4#FFD11A
5#FFD940
6#FFE066
7#FFE88C
8#FFF0B3
9#FFF7D9
Tones
Muted variations
1#796206
2#735E0D
3#6C5B13
4#665719
5#605320
6#594F26
7#534B2D
8#4D4733
9#464439
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF2 #FFF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE8 #FFE88A | BordersInactive statesPlaceholder text |
| 400 | FFDB #FFDB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFD1 #FFD11A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B4 #E0B400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38F #B38F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8066 #806600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5241 #524100 | Primary textHigh emphasis contentDark headings |
| 950 | 3329 #332900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF8DB;
--olive-200: #FFF2BD;
--olive-300: #FFE88A;
--olive-400: #FFDB4D;
--olive-500: #FFD11A;
--olive-600: #E0B400;
--olive-700: #B38F00;
--olive-800: #806600;
--olive-900: #524100;
--olive-950: #332900;
}