Olive
#7A6B05
YellowColor Codes
All color formats for development
HEX
#7A6B05RGB
rgb(122, 107, 5)HSL
hsl(52, 92%, 25%)OKLCH
oklch(0.526 0.108 99.4)CMYK
cmyk(0%, 12%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6005
2#625504
3#564B04
4#494003
5#3D3503
6#312B02
7#252002
8#181501
9#0C0B01
Tints
Lighter variations
1#9F8B07
2#C4AB08
3#E9CB0A
4#F6DA23
5#F7E047
6#F9E66C
7#FAEC91
8#FCF3B6
9#FDF9DA
Tones
Muted variations
1#75660B
2#6F6211
3#695E17
4#635A1D
5#5D5522
6#575128
7#514D2E
8#4B4834
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEC #FAEC8E | BordersInactive statesPlaceholder text |
| 400 | F8E2 #F8E254 | Disabled statesSecondary iconsMuted text |
| 500 | F6DA #F6DA23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7BC #D7BC09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB95 #AB9507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6B #7A6B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4403 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEF9DD;
--olive-200: #FCF4BF;
--olive-300: #FAEC8E;
--olive-400: #F8E254;
--olive-500: #F6DA23;
--olive-600: #D7BC09;
--olive-700: #AB9507;
--olive-800: #7A6B05;
--olive-900: #4E4403;
--olive-950: #312B02;
}