Olive
#9A9A18
YellowColor Codes
All color formats for development
HEX
#9A9A18RGB
rgb(154, 154, 24)HSL
hsl(60, 73%, 35%)OKLCH
oklch(0.665 0.139 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#8B8B16
2#7C7C13
3#6C6C11
4#5D5D0E
5#4D4D0C
6#3E3E0A
7#2E2E07
8#1F1F05
9#0F0F02
Tints
Lighter variations
1#B7B71D
2#D4D421
3#E0E036
4#E4E453
5#E9E970
6#EDED8C
7#F2F2A9
8#F6F6C6
9#FBFBE2
Tones
Muted variations
1#94941F
2#8D8D25
3#87872C
4#808032
5#7A7A39
6#73733F
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 | E7E7 #E7E765 | Disabled statesSecondary iconsMuted text |
| 500 | E0E0 #E0E038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2C2 #C2C21E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470B | 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: #E7E765;
--olive-500: #E0E038;
--olive-600: #C2C21E;
--olive-700: #9A9A18;
--olive-800: #6E6E11;
--olive-900: #47470B;
--olive-950: #2C2C07;
}