Olive
#9A9A19
YellowColor Codes
All color formats for development
HEX
#9A9A19RGB
rgb(154, 154, 25)HSL
hsl(60, 72%, 35%)OKLCH
oklch(0.665 0.138 109.6)CMYK
cmyk(0%, 0%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8A16
2#7B7B14
3#6B6B11
4#5C5C0F
5#4D4D0C
6#3D3D0A
7#2E2E07
8#1F1F05
9#0F0F02
Tints
Lighter variations
1#B6B61E
2#D3D322
3#DFDF37
4#E3E354
5#E8E870
6#ECEC8D
7#F1F1A9
8#F6F6C6
9#FAFAE2
Tones
Muted variations
1#93931F
2#8D8D26
3#86862C
4#808033
5#797939
6#737340
7#6D6D46
8#66664C
9#606053
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E6E6 #E6E665 | Disabled statesSecondary iconsMuted text |
| 500 | DFDF #DFDF3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1C1 #C1C11F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4646 #46460B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FAFAE0;
--olive-200: #F6F6C6;
--olive-300: #EFEF9A;
--olive-400: #E6E665;
--olive-500: #DFDF3A;
--olive-600: #C1C11F;
--olive-700: #9A9A19;
--olive-800: #6E6E12;
--olive-900: #46460B;
--olive-950: #2C2C07;
}