Olive
#76690A
YellowColor Codes
All color formats for development
HEX
#76690ARGB
rgb(118, 105, 10)HSL
hsl(53, 84%, 25%)OKLCH
oklch(0.517 0.104 100.5)CMYK
cmyk(0%, 11%, 92%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A5E09
2#5E5408
3#524907
4#463F06
5#3B3405
6#2F2A04
7#231F03
8#171502
9#0C0A01
Tints
Lighter variations
1#98880D
2#BCA810
3#DFC713
4#EDD62C
5#F0DD4F
6#F3E472
7#F6EB95
8#F9F1B9
9#FCF8DC
Tones
Muted variations
1#706510
2#6B6115
3#655C1A
4#605820
5#5B5425
6#55502A
7#504C30
8#4A4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EA #F6EA93 | BordersInactive statesPlaceholder text |
| 400 | F1DF #F1DF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD6 #EDD62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB8 #CEB812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A493 #A4930E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7569 #75690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #FAF3C2;
--olive-300: #F6EA93;
--olive-400: #F1DF5B;
--olive-500: #EDD62C;
--olive-600: #CEB812;
--olive-700: #A4930E;
--olive-800: #75690A;
--olive-900: #4B4307;
--olive-950: #2F2A04;
}