Olive
#9D7B15
YellowColor Codes
All color formats for development
HEX
#9D7B15RGB
rgb(157, 123, 21)HSL
hsl(45, 76%, 35%)OKLCH
oklch(0.599 0.117 88)CMYK
cmyk(0%, 22%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6F13
2#7E6311
3#6E560F
4#5E4A0D
5#4F3E0B
6#3F3109
7#2F2506
8#1F1904
9#100C02
Tints
Lighter variations
1#BA9219
2#D7A91D
3#E3B733
4#E7C150
5#EBCC6D
6#EFD68A
7#F3E0A7
8#F7EAC5
9#FBF5E2
Tones
Muted variations
1#96781C
2#907423
3#89712A
4#826E31
5#7B6A37
6#74673E
7#6E6345
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 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | 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: #F1DB98;
--olive-400: #EAC862;
--olive-500: #E3B835;
--olive-600: #C59B1B;
--olive-700: #9D7B15;
--olive-800: #70580F;
--olive-900: #48380A;
--olive-950: #2D2306;
}