Olive
#7A6F05
YellowColor Codes
All color formats for development
HEX
#7A6F05RGB
rgb(122, 111, 5)HSL
hsl(54, 92%, 25%)OKLCH
oklch(0.535 0.111 102.5)CMYK
cmyk(0%, 9%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6405
2#625904
3#564D04
4#494203
5#3D3703
6#312C02
7#252102
8#181601
9#0C0B01
Tints
Lighter variations
1#9F9007
2#C4B108
3#E9D20A
4#F6E123
5#F7E647
6#F9EB6C
7#FAF091
8#FCF5B6
9#FDFADA
Tones
Muted variations
1#756A0B
2#6F6511
3#696117
4#635C1D
5#5D5722
6#575328
7#514E2E
8#4B4934
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF0 #FAF08E | BordersInactive statesPlaceholder text |
| 400 | F8E7 #F8E754 | Disabled statesSecondary iconsMuted text |
| 500 | F6E1 #F6E123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C3 #D7C309 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9B #AB9B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6F #7A6F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4703 | 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: #FEFDF0;
--olive-100: #FEFADD;
--olive-200: #FCF6BF;
--olive-300: #FAF08E;
--olive-400: #F8E754;
--olive-500: #F6E123;
--olive-600: #D7C309;
--olive-700: #AB9B07;
--olive-800: #7A6F05;
--olive-900: #4E4703;
--olive-950: #312C02;
}