Olive
#7A7006
YellowColor Codes
All color formats for development
HEX
#7A7006RGB
rgb(122, 112, 6)HSL
hsl(55, 91%, 25%)OKLCH
oklch(0.538 0.111 103.2)CMYK
cmyk(0%, 8%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6505
2#615A05
3#554E04
4#494303
5#3D3803
6#312D02
7#252202
8#181601
9#0C0B01
Tints
Lighter variations
1#9E9207
2#C3B309
3#E7D50B
4#F5E324
5#F6E848
6#F8ED6D
7#FAF191
8#FCF6B6
9#FDFADA
Tones
Muted variations
1#746B0C
2#6E6611
3#686217
4#635D1D
5#5D5823
6#575329
7#514E2E
8#4B4934
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18F | BordersInactive statesPlaceholder text |
| 400 | F7E9 #F7E955 | Disabled statesSecondary iconsMuted text |
| 500 | F5E3 #F5E324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C5 #D6C50A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9D #AA9D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A70 #7A7006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4804 | 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: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF7C0;
--olive-300: #FAF18F;
--olive-400: #F7E955;
--olive-500: #F5E324;
--olive-600: #D6C50A;
--olive-700: #AA9D08;
--olive-800: #7A7006;
--olive-900: #4E4804;
--olive-950: #312D02;
}