Olive
#6E5812
YellowColor Codes
All color formats for development
HEX
#6E5812RGB
rgb(110, 88, 18)HSL
hsl(46, 72%, 25%)OKLCH
oklch(0.47 0.088 90.1)CMYK
cmyk(0%, 20%, 84%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#634F10
2#58470E
3#4D3E0C
4#42350B
5#372C09
6#2C2307
7#211A05
8#161204
9#0B0902
Tints
Lighter variations
1#8F7317
2#AF8D1D
3#D0A822
4#DFB83A
5#E4C45B
6#EAD07B
7#EFDC9C
8#F4E7BD
9#FAF3DE
Tones
Muted variations
1#695616
2#64531B
3#605120
4#5B4E24
5#574C29
6#524A2D
7#4E4732
8#494537
9#44423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EB #F6EBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDB #EFDB9A | BordersInactive statesPlaceholder text |
| 400 | E6C8 #E6C865 | Disabled statesSecondary iconsMuted text |
| 500 | DFB8 #DFB83A | Primary brand colorCTAsActive elementsLinks |
| 600 | C19B #C19B1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7C #9A7C19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E58 #6E5812 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4638 #46380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF4E0;
--olive-200: #F6EBC6;
--olive-300: #EFDB9A;
--olive-400: #E6C865;
--olive-500: #DFB83A;
--olive-600: #C19B1F;
--olive-700: #9A7C19;
--olive-800: #6E5812;
--olive-900: #46380B;
--olive-950: #2C2307;
}