Olive
#6E6711
YellowColor Codes
All color formats for development
HEX
#6E6711RGB
rgb(110, 103, 17)HSL
hsl(55, 73%, 25%)OKLCH
oklch(0.505 0.1 104.5)CMYK
cmyk(0%, 6%, 85%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#635C0F
2#58520E
3#4D480C
4#423E0A
5#373309
6#2C2907
7#211F05
8#161503
9#0B0A02
Tints
Lighter variations
1#8F8516
2#B0A41C
3#D2C321
4#E0D238
5#E5DA5A
6#EAE17B
7#F0E99C
8#F5F0BD
9#FAF8DE
Tones
Muted variations
1#6A6316
2#655F1B
3#605B1F
4#5C5724
5#575328
6#524F2D
7#4E4B32
8#494836
9#44443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF8 #FAF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F2 #F6F2C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFE8 #EFE89A | BordersInactive statesPlaceholder text |
| 400 | E7DC #E7DC65 | Disabled statesSecondary iconsMuted text |
| 500 | E0D2 #E0D238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2B4 #C2B41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A90 #9A9018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E67 #6E6711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420B | Primary textHigh emphasis contentDark headings |
| 950 | 2C29 #2C2907 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FAF8E0;
--olive-200: #F6F2C6;
--olive-300: #EFE89A;
--olive-400: #E7DC65;
--olive-500: #E0D238;
--olive-600: #C2B41E;
--olive-700: #9A9018;
--olive-800: #6E6711;
--olive-900: #47420B;
--olive-950: #2C2907;
}