Olive
#75610B
YellowColor Codes
All color formats for development
HEX
#75610BRGB
rgb(117, 97, 11)HSL
hsl(49, 83%, 25%)OKLCH
oklch(0.498 0.098 94.2)CMYK
cmyk(0%, 17%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69580A
2#5D4E09
3#524408
4#463A07
5#3A3105
6#2F2704
7#231D03
8#171302
9#0C0A01
Tints
Lighter variations
1#987E0E
2#BB9C11
3#DEB915
4#EBC92D
5#EFD250
6#F2DB73
7#F5E496
8#F8EDB9
9#FCF6DC
Tones
Muted variations
1#6F5E10
2#6A5B15
3#65571B
4#5F5420
5#5A5125
6#554D2B
7#504A30
8#4A4635
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EF #F9EFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E3 #F5E394 | BordersInactive statesPlaceholder text |
| 400 | F0D5 #F0D55C | Disabled statesSecondary iconsMuted text |
| 500 | EBC9 #EBC92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDAB #CDAB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A388 #A3880F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7561 #75610B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF7DE;
--olive-200: #F9EFC2;
--olive-300: #F5E394;
--olive-400: #F0D55C;
--olive-500: #EBC92D;
--olive-600: #CDAB13;
--olive-700: #A3880F;
--olive-800: #75610B;
--olive-900: #4B3E07;
--olive-950: #2F2704;
}