Olive
#9D9415
YellowColor Codes
All color formats for development
HEX
#9D9415RGB
rgb(157, 148, 21)HSL
hsl(56, 76%, 35%)OKLCH
oklch(0.654 0.134 105)CMYK
cmyk(0%, 6%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8513
2#7E7611
3#6E680F
4#5E590D
5#4F4A0B
6#3F3B09
7#2F2C06
8#1F1E04
9#100F02
Tints
Lighter variations
1#BAB019
2#D7CB1D
3#E3D733
4#E7DD50
5#EBE36D
6#EFE88A
7#F3EEA7
8#F7F4C5
9#FBF9E2
Tones
Muted variations
1#968E1C
2#908823
3#89822A
4#827D31
5#7B7737
6#74713E
7#6E6B45
8#67654C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF9E0;
--olive-200: #F7F4C5;
--olive-300: #F1EB98;
--olive-400: #EAE162;
--olive-500: #E3D835;
--olive-600: #C5BA1B;
--olive-700: #9D9415;
--olive-800: #706A0F;
--olive-900: #48440A;
--olive-950: #2D2A06;
}