Olive
#9D8615
YellowColor Codes
All color formats for development
HEX
#9D8615RGB
rgb(157, 134, 21)HSL
hsl(50, 76%, 35%)OKLCH
oklch(0.623 0.123 96.2)CMYK
cmyk(0%, 15%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7913
2#7E6C11
3#6E5E0F
4#5E510D
5#4F430B
6#3F3609
7#2F2806
8#1F1B04
9#100D02
Tints
Lighter variations
1#BA9F19
2#D7B81D
3#E3C633
4#E7CE50
5#EBD66D
6#EFDE8A
7#F3E6A7
8#F7EFC5
9#FBF7E2
Tones
Muted variations
1#96821C
2#907D23
3#89792A
4#827431
5#7B7037
6#746B3E
7#6E6745
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 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E2 #F1E298 | BordersInactive statesPlaceholder text |
| 400 | EAD3 #EAD362 | Disabled statesSecondary iconsMuted text |
| 500 | E3C6 #E3C635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A9 #C5A91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D86 #9D8615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #70600F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D0A | 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: #F7EFC5;
--olive-300: #F1E298;
--olive-400: #EAD362;
--olive-500: #E3C635;
--olive-600: #C5A91B;
--olive-700: #9D8615;
--olive-800: #70600F;
--olive-900: #483D0A;
--olive-950: #2D2606;
}