Olive
#716D0E
YellowColor Codes
All color formats for development
HEX
#716D0ERGB
rgb(113, 109, 14)HSL
hsl(58, 78%, 25%)OKLCH
oklch(0.522 0.107 106.9)CMYK
cmyk(0%, 4%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66630D
2#5B580B
3#4F4D0A
4#444208
5#393707
6#2D2C06
7#222104
8#171603
9#0B0B01
Tints
Lighter variations
1#948F12
2#B6B016
3#D8D11B
4#E6E033
5#EAE555
6#EEEA77
7#F2EF99
8#F7F5BB
9#FBFADD
Tones
Muted variations
1#6D6A13
2#686518
3#63601D
4#5E5C22
5#595727
6#54522C
7#4F4E31
8#4A4936
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EF #F2EF97 | BordersInactive statesPlaceholder text |
| 400 | EBE7 #EBE760 | Disabled statesSecondary iconsMuted text |
| 500 | E6E0 #E6E033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C2 #C8C219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9A #9F9A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F6C4;
--olive-300: #F2EF97;
--olive-400: #EBE760;
--olive-500: #E6E033;
--olive-600: #C8C219;
--olive-700: #9F9A14;
--olive-800: #716E0E;
--olive-900: #494709;
--olive-950: #2D2C06;
}