Olive
#9D8B15
YellowColor Codes
All color formats for development
HEX
#9D8B15RGB
rgb(157, 139, 21)HSL
hsl(52, 76%, 35%)OKLCH
oklch(0.634 0.126 99.6)CMYK
cmyk(0%, 11%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7D13
2#7E6F11
3#6E610F
4#5E530D
5#4F450B
6#3F3809
7#2F2A06
8#1F1C04
9#100E02
Tints
Lighter variations
1#BAA519
2#D7BF1D
3#E3CC33
4#E7D350
5#EBDA6D
6#EFE28A
7#F3E9A7
8#F7F0C5
9#FBF8E2
Tones
Muted variations
1#96861C
2#908123
3#897C2A
4#827731
5#7B7237
6#746D3E
7#6E6845
8#67634C
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E5 #F1E598 | BordersInactive statesPlaceholder text |
| 400 | EAD7 #EAD762 | Disabled statesSecondary iconsMuted text |
| 500 | E3CC #E3CC35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AF #C5AF1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8B #9D8B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7063 #70630F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4840 #48400A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF7E0;
--olive-200: #F7F0C5;
--olive-300: #F1E598;
--olive-400: #EAD762;
--olive-500: #E3CC35;
--olive-600: #C5AF1B;
--olive-700: #9D8B15;
--olive-800: #70630F;
--olive-900: #48400A;
--olive-950: #2D2806;
}