Olive
#766D0A
YellowColor Codes
All color formats for development
HEX
#766D0ARGB
rgb(118, 109, 10)HSL
hsl(55, 84%, 25%)OKLCH
oklch(0.527 0.108 103.6)CMYK
cmyk(0%, 8%, 92%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6209
2#5E5708
3#524C07
4#464106
5#3B3605
6#2F2B04
7#232103
8#171602
9#0C0B01
Tints
Lighter variations
1#988D0D
2#BCAD10
3#DFCE13
4#EDDD2C
5#F0E24F
6#F3E872
7#F6EE95
8#F9F4B9
9#FCF9DC
Tones
Muted variations
1#706810
2#6B6315
3#655F1A
4#605B20
5#5B5625
6#55522A
7#504D30
8#4A4935
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6ED #F6ED93 | BordersInactive statesPlaceholder text |
| 400 | F1E4 #F1E45B | Disabled statesSecondary iconsMuted text |
| 500 | EDDD #EDDD2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEBF #CEBF12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A498 #A4980E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #FAF5C2;
--olive-300: #F6ED93;
--olive-400: #F1E45B;
--olive-500: #EDDD2C;
--olive-600: #CEBF12;
--olive-700: #A4980E;
--olive-800: #756C0A;
--olive-900: #4B4507;
--olive-950: #2F2B04;
}