Olive
#726F0D
YellowColor Codes
All color formats for development
HEX
#726F0DRGB
rgb(114, 111, 13)HSL
hsl(58, 80%, 25%)OKLCH
oklch(0.528 0.109 107.7)CMYK
cmyk(0%, 3%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67640B
2#5C590A
3#504E09
4#454308
5#393806
6#2E2D05
7#222104
8#171603
9#0B0B01
Tints
Lighter variations
1#959111
2#B8B214
3#DAD418
4#E8E230
5#ECE753
6#F0EC75
7#F4F098
8#F7F5BA
9#FBFADD
Tones
Muted variations
1#6E6B12
2#696617
3#63611C
4#5E5C21
5#595826
6#54532B
7#4F4E30
8#4A4936
9#45453B
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 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F095 | BordersInactive statesPlaceholder text |
| 400 | EDE8 #EDE85E | Disabled statesSecondary iconsMuted text |
| 500 | E8E2 #E8E230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC4 #CAC416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19C #A19C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736F #736F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F7C3;
--olive-300: #F3F095;
--olive-400: #EDE85E;
--olive-500: #E8E230;
--olive-600: #CAC416;
--olive-700: #A19C12;
--olive-800: #736F0D;
--olive-900: #494708;
--olive-950: #2E2D05;
}