Olive
#7A6905
YellowColor Codes
All color formats for development
HEX
#7A6905RGB
rgb(122, 105, 5)HSL
hsl(51, 92%, 25%)OKLCH
oklch(0.521 0.106 97.8)CMYK
cmyk(0%, 14%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5E05
2#625404
3#564904
4#493F03
5#3D3403
6#312A02
7#251F02
8#181501
9#0C0A01
Tints
Lighter variations
1#9F8807
2#C4A808
3#E9C70A
4#F6D623
5#F7DD47
6#F9E46C
7#FAEB91
8#FCF1B6
9#FDF8DA
Tones
Muted variations
1#75650B
2#6F6111
3#695C17
4#63581D
5#5D5422
6#575028
7#514C2E
8#4B4834
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF3 #FCF3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8E | BordersInactive statesPlaceholder text |
| 400 | F8DF #F8DF54 | Disabled statesSecondary iconsMuted text |
| 500 | F6D6 #F6D623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B8 #D7B809 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB93 #AB9307 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A69 #7A6905 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4303 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF9DD;
--olive-200: #FCF3BF;
--olive-300: #FAEA8E;
--olive-400: #F8DF54;
--olive-500: #F6D623;
--olive-600: #D7B809;
--olive-700: #AB9307;
--olive-800: #7A6905;
--olive-900: #4E4303;
--olive-950: #312A02;
}