Olive
#6E6E12
YellowColor Codes
All color formats for development
HEX
#6E6E12RGB
rgb(110, 110, 18)HSL
hsl(60, 72%, 25%)OKLCH
oklch(0.522 0.107 109.6)CMYK
cmyk(0%, 0%, 84%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#636310
2#58580E
3#4D4D0C
4#42420B
5#373709
6#2C2C07
7#212105
8#161604
9#0B0B02
Tints
Lighter variations
1#8F8F17
2#AFAF1D
3#D0D022
4#DFDF3A
5#E4E45B
6#EAEA7B
7#EFEF9C
8#F4F4BD
9#FAFADE
Tones
Muted variations
1#696916
2#64641B
3#606020
4#5B5B24
5#575729
6#52522D
7#4E4E32
8#494937
9#44443B
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;
}