Olive
#75650B
YellowColor Codes
All color formats for development
HEX
#75650BRGB
rgb(117, 101, 11)HSL
hsl(51, 83%, 25%)OKLCH
oklch(0.507 0.101 97.8)CMYK
cmyk(0%, 14%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#695B0A
2#5D5109
3#524708
4#463C07
5#3A3205
6#2F2804
7#231E03
8#171402
9#0C0A01
Tints
Lighter variations
1#98830E
2#BBA111
3#DEBF15
4#EBCF2D
5#EFD750
6#F2DF73
7#F5E796
8#F8EFB9
9#FCF7DC
Tones
Muted variations
1#6F6110
2#6A5D15
3#655A1B
4#5F5620
5#5A5225
6#554F2B
7#504B30
8#4A4735
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E6 #F5E694 | BordersInactive statesPlaceholder text |
| 400 | F0DA #F0DA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBCF #EBCF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB1 #CDB113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A38D #A38D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7565 #75650B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B41 #4B4107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #F9F1C2;
--olive-300: #F5E694;
--olive-400: #F0DA5C;
--olive-500: #EBCF2D;
--olive-600: #CDB113;
--olive-700: #A38D0F;
--olive-800: #75650B;
--olive-900: #4B4107;
--olive-950: #2F2804;
}