Olive
#7B6D04
YellowColor Codes
All color formats for development
HEX
#7B6D04RGB
rgb(123, 109, 4)HSL
hsl(53, 94%, 25%)OKLCH
oklch(0.532 0.109 100.3)CMYK
cmyk(0%, 11%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6303
2#635803
3#574D03
4#4A4202
5#3E3702
6#312C02
7#252101
8#191601
9#0C0B00
Tints
Lighter variations
1#A18F05
2#C6B006
3#EBD007
4#F8DF20
5#F9E445
6#FAEA6B
7#FCEF90
8#FDF4B5
9#FEFADA
Tones
Muted variations
1#76690A
2#706510
3#6A6016
4#645B1C
5#5E5722
6#585228
7#524E2E
8#4C4934
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF6 #FDF6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEF #FBEF8D | BordersInactive statesPlaceholder text |
| 400 | FAE6 #FAE652 | Disabled statesSecondary iconsMuted text |
| 500 | F8DF #F8DF20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC1 #DAC107 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9A #AD9A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6E #7C6E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F46 #4F4602 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF6BF;
--olive-300: #FBEF8D;
--olive-400: #FAE652;
--olive-500: #F8DF20;
--olive-600: #DAC107;
--olive-700: #AD9A05;
--olive-800: #7C6E04;
--olive-900: #4F4602;
--olive-950: #312C02;
}