Olive
#7B6F04
YellowColor Codes
All color formats for development
HEX
#7B6F04RGB
rgb(123, 111, 4)HSL
hsl(54, 94%, 25%)OKLCH
oklch(0.536 0.111 101.8)CMYK
cmyk(0%, 10%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6503
2#635903
3#574E03
4#4A4302
5#3E3802
6#312D02
7#252201
8#191601
9#0C0B00
Tints
Lighter variations
1#A19105
2#C6B306
3#EBD407
4#F8E320
5#F9E745
6#FAEC6B
7#FCF190
8#FDF6B5
9#FEFADA
Tones
Muted variations
1#766B0A
2#706610
3#6A6116
4#645D1C
5#5E5822
6#585328
7#524E2E
8#4C4934
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF7 #FDF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF0 #FBF08D | BordersInactive statesPlaceholder text |
| 400 | FAE9 #FAE952 | Disabled statesSecondary iconsMuted text |
| 500 | F8E3 #F8E320 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC5 #DAC507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9C #AD9C05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C70 #7C7004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F47 #4F4702 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF7BF;
--olive-300: #FBF08D;
--olive-400: #FAE952;
--olive-500: #F8E320;
--olive-600: #DAC507;
--olive-700: #AD9C05;
--olive-800: #7C7004;
--olive-900: #4F4702;
--olive-950: #312D02;
}