Olive
#9D7D15
YellowColor Codes
All color formats for development
HEX
#9D7D15RGB
rgb(157, 125, 21)HSL
hsl(46, 76%, 35%)OKLCH
oklch(0.604 0.118 89.6)CMYK
cmyk(0%, 20%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7113
2#7E6411
3#6E580F
4#5E4B0D
5#4F3F0B
6#3F3209
7#2F2606
8#1F1904
9#100D02
Tints
Lighter variations
1#BA9519
2#D7AC1D
3#E3BA33
4#E7C450
5#EBCE6D
6#EFD88A
7#F3E1A7
8#F7EBC5
9#FBF5E2
Tones
Muted variations
1#967A1C
2#907623
3#89732A
4#826F31
5#7B6B37
6#74683E
7#6E6445
8#67604C
9#605D52
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 | F7EB #F7EBC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DC #F1DC98 | BordersInactive statesPlaceholder text |
| 400 | EACA #EACA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BB #E3BB35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59E #C59E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7D #9D7D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705A #705A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4839 #48390A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF4E0;
--olive-200: #F7EBC5;
--olive-300: #F1DC98;
--olive-400: #EACA62;
--olive-500: #E3BB35;
--olive-600: #C59E1B;
--olive-700: #9D7D15;
--olive-800: #705A0F;
--olive-900: #48390A;
--olive-950: #2D2406;
}