Olive
#9C7B16
YellowColor Codes
All color formats for development
HEX
#9C7B16RGB
rgb(156, 123, 22)HSL
hsl(45, 75%, 35%)OKLCH
oklch(0.598 0.116 88.5)CMYK
cmyk(0%, 21%, 86%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6E14
2#7D6212
3#6D5610
4#5E4A0D
5#4E3D0B
6#3E3109
7#2F2507
8#1F1904
9#100C02
Tints
Lighter variations
1#B9921A
2#D6A81F
3#E2B634
4#E6C151
5#EACB6E
6#EED68B
7#F3E0A8
8#F7EAC5
9#FBF5E2
Tones
Muted variations
1#95771D
2#8F7424
3#88712A
4#816D31
5#7B6A38
6#74673E
7#6D6345
8#67604C
9#605D53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0DA #F0DA98 | BordersInactive statesPlaceholder text |
| 400 | E9C7 #E9C763 | Disabled statesSecondary iconsMuted text |
| 500 | E2B7 #E2B736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C49A #C49A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C7B #9C7B16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #705810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF4E0;
--olive-200: #F7EAC5;
--olive-300: #F0DA98;
--olive-400: #E9C763;
--olive-500: #E2B736;
--olive-600: #C49A1C;
--olive-700: #9C7B16;
--olive-800: #705810;
--olive-900: #47380A;
--olive-950: #2D2306;
}