Olive
#7B6904
YellowColor Codes
All color formats for development
HEX
#7B6904RGB
rgb(123, 105, 4)HSL
hsl(51, 94%, 25%)OKLCH
oklch(0.522 0.106 97.1)CMYK
cmyk(0%, 15%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F5F03
2#635503
3#574A03
4#4A3F02
5#3E3502
6#312A02
7#252001
8#191501
9#0C0B00
Tints
Lighter variations
1#A18905
2#C6A906
3#EBC907
4#F8D820
5#F9DE45
6#FAE56B
7#FCEB90
8#FDF2B5
9#FEF8DA
Tones
Muted variations
1#76660A
2#706110
3#6A5D16
4#64591C
5#5E5522
6#585128
7#524C2E
8#4C4834
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF4 #FDF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEB #FBEB8D | BordersInactive statesPlaceholder text |
| 400 | FAE0 #FAE052 | Disabled statesSecondary iconsMuted text |
| 500 | F8D8 #F8D820 | Primary brand colorCTAsActive elementsLinks |
| 600 | DABA #DABA07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD94 #AD9405 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6A #7C6A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F44 #4F4402 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF9DC;
--olive-200: #FDF4BF;
--olive-300: #FBEB8D;
--olive-400: #FAE052;
--olive-500: #F8D820;
--olive-600: #DABA07;
--olive-700: #AD9405;
--olive-800: #7C6A04;
--olive-900: #4F4402;
--olive-950: #312A02;
}