Olive
#9C9C16
YellowColor Codes
All color formats for development
HEX
#9C9C16RGB
rgb(156, 156, 22)HSL
hsl(60, 75%, 35%)OKLCH
oklch(0.671 0.141 109.7)CMYK
cmyk(0%, 0%, 86%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8D14
2#7D7D12
3#6D6D10
4#5E5E0D
5#4E4E0B
6#3E3E09
7#2F2F07
8#1F1F04
9#101002
Tints
Lighter variations
1#B9B91A
2#D6D61F
3#E2E234
4#E6E651
5#EAEA6E
6#EEEE8B
7#F3F3A8
8#F7F7C5
9#FBFBE2
Tones
Muted variations
1#95951D
2#8F8F24
3#88882A
4#818131
5#7B7B38
6#74743E
7#6D6D45
8#67674C
9#606053
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FBFBE0;
--olive-200: #F7F7C5;
--olive-300: #F0F098;
--olive-400: #E9E963;
--olive-500: #E2E236;
--olive-600: #C4C41C;
--olive-700: #9C9C16;
--olive-800: #707010;
--olive-900: #47470A;
--olive-950: #2D2D06;
}