Olive
#7E6902
YellowColor Codes
All color formats for development
HEX
#7E6902RGB
rgb(126, 105, 2)HSL
hsl(50, 97%, 25%)OKLCH
oklch(0.526 0.107 95.1)CMYK
cmyk(0%, 17%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715E02
2#645402
3#584901
4#4B3F01
5#3F3401
6#322A01
7#261F01
8#191500
9#0D0A00
Tints
Lighter variations
1#A38802
2#C9A803
3#EFC704
4#FCD61D
5#FCDD43
6#FDE468
7#FDEB8E
8#FEF1B4
9#FEF8D9
Tones
Muted variations
1#776508
2#71610E
3#6B5D14
4#65581B
5#5F5421
6#585027
7#524C2D
8#4C4833
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 | FEF3 #FEF3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEA #FDEA8B | BordersInactive statesPlaceholder text |
| 400 | FCDF #FCDF4F | Disabled statesSecondary iconsMuted text |
| 500 | FCD6 #FCD61D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDB9 #DDB903 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B093 #B09303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E69 #7E6902 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5043 #504301 | Primary textHigh emphasis contentDark headings |
| 950 | 322A #322A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF9DC;
--olive-200: #FEF3BE;
--olive-300: #FDEA8B;
--olive-400: #FCDF4F;
--olive-500: #FCD61D;
--olive-600: #DDB903;
--olive-700: #B09303;
--olive-800: #7E6902;
--olive-900: #504301;
--olive-950: #322A01;
}