Olive
#9D8D15
YellowColor Codes
All color formats for development
HEX
#9D8D15RGB
rgb(157, 141, 21)HSL
hsl(53, 76%, 35%)OKLCH
oklch(0.638 0.128 100.9)CMYK
cmyk(0%, 10%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7F13
2#7E7111
3#6E630F
4#5E550D
5#4F470B
6#3F3909
7#2F2A06
8#1F1C04
9#100E02
Tints
Lighter variations
1#BAA719
2#D7C21D
3#E3CF33
4#E7D550
5#EBDC6D
6#EFE38A
7#F3EAA7
8#F7F1C5
9#FBF8E2
Tones
Muted variations
1#96881C
2#908323
3#897E2A
4#827831
5#7B7337
6#746E3E
7#6E6945
8#67644C
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E7 #F1E798 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3CF #E3CF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B2 #C5B21B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8D #9D8D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7065 #70650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #48410A | 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: #FBF8E0;
--olive-200: #F7F1C5;
--olive-300: #F1E798;
--olive-400: #EADA62;
--olive-500: #E3CF35;
--olive-600: #C5B21B;
--olive-700: #9D8D15;
--olive-800: #70650F;
--olive-900: #48410A;
--olive-950: #2D2806;
}