Olive
#9D8415
YellowColor Codes
All color formats for development
HEX
#9D8415RGB
rgb(157, 132, 21)HSL
hsl(49, 76%, 35%)OKLCH
oklch(0.619 0.121 94.8)CMYK
cmyk(0%, 16%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7713
2#7E6A11
3#6E5D0F
4#5E4F0D
5#4F420B
6#3F3509
7#2F2806
8#1F1A04
9#100D02
Tints
Lighter variations
1#BA9D19
2#D7B51D
3#E3C333
4#E7CB50
5#EBD46D
6#EFDD8A
7#F3E5A7
8#F7EEC5
9#FBF6E2
Tones
Muted variations
1#96801C
2#907C23
3#89772A
4#827331
5#7B6F37
6#746A3E
7#6E6645
8#67624C
9#605E52
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 | F1E1 #F1E198 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD162 | Disabled statesSecondary iconsMuted text |
| 500 | E3C3 #E3C335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A6 #C5A61B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D84 #9D8415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705E #705E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483C #483C0A | 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: #F1E198;
--olive-400: #EAD162;
--olive-500: #E3C335;
--olive-600: #C5A61B;
--olive-700: #9D8415;
--olive-800: #705E0F;
--olive-900: #483C0A;
--olive-950: #2D2606;
}