Olive
#76710A
YellowColor Codes
All color formats for development
HEX
#76710ARGB
rgb(118, 113, 10)HSL
hsl(57, 84%, 25%)OKLCH
oklch(0.536 0.111 106.5)CMYK
cmyk(0%, 4%, 92%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6509
2#5E5A08
3#524E07
4#464306
5#3B3805
6#2F2D04
7#232203
8#171602
9#0C0B01
Tints
Lighter variations
1#98920D
2#BCB310
3#DFD513
4#EDE32C
5#F0E84F
6#F3EC72
7#F6F195
8#F9F6B9
9#FCFADC
Tones
Muted variations
1#706B10
2#6B6615
3#65611A
4#605D20
5#5B5825
6#55532A
7#504E30
8#4A4935
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF7 #FAF7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F1 #F6F193 | BordersInactive statesPlaceholder text |
| 400 | F1E9 #F1E95B | Disabled statesSecondary iconsMuted text |
| 500 | EDE3 #EDE32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEC5 #CEC512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A49D #A49D0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7570 #75700A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDE;
--olive-200: #FAF7C2;
--olive-300: #F6F193;
--olive-400: #F1E95B;
--olive-500: #EDE32C;
--olive-600: #CEC512;
--olive-700: #A49D0E;
--olive-800: #75700A;
--olive-900: #4B4807;
--olive-950: #2F2D04;
}