Olive
#9C8616
YellowColor Codes
All color formats for development
HEX
#9C8616RGB
rgb(156, 134, 22)HSL
hsl(50, 75%, 35%)OKLCH
oklch(0.622 0.122 96.8)CMYK
cmyk(0%, 14%, 86%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7814
2#7D6B12
3#6D5E10
4#5E500D
5#4E430B
6#3E3609
7#2F2807
8#1F1B04
9#100D02
Tints
Lighter variations
1#B99F1A
2#D6B81F
3#E2C534
4#E6CD51
5#EAD66E
6#EEDE8B
7#F3E6A8
8#F7EEC5
9#FBF7E2
Tones
Muted variations
1#95811D
2#8F7D24
3#88782A
4#817431
5#7B7038
6#746B3E
7#6D6745
8#67624C
9#605E53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E2 #F0E298 | BordersInactive statesPlaceholder text |
| 400 | E9D2 #E9D263 | Disabled statesSecondary iconsMuted text |
| 500 | E2C6 #E2C636 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4A8 #C4A81C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C86 #9C8616 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #706010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473D #473D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FBF6E0;
--olive-200: #F7EEC5;
--olive-300: #F0E298;
--olive-400: #E9D263;
--olive-500: #E2C636;
--olive-600: #C4A81C;
--olive-700: #9C8616;
--olive-800: #706010;
--olive-900: #473D0A;
--olive-950: #2D2606;
}