Olive
#7A6505
YellowColor Codes
All color formats for development
HEX
#7A6505RGB
rgb(122, 101, 5)HSL
hsl(49, 92%, 25%)OKLCH
oklch(0.512 0.103 94.4)CMYK
cmyk(0%, 17%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5B05
2#625104
3#564704
4#493D03
5#3D3203
6#312802
7#251E02
8#181401
9#0C0A01
Tints
Lighter variations
1#9F8307
2#C4A108
3#E9C00A
4#F6CF23
5#F7D747
6#F9DF6C
7#FAE791
8#FCEFB6
9#FDF7DA
Tones
Muted variations
1#75610B
2#6F5D11
3#695A17
4#63561D
5#5D5222
6#574F28
7#514B2E
8#4B4734
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE7 #FAE78E | BordersInactive statesPlaceholder text |
| 400 | F8DA #F8DA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6CF #F6CF23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B2 #D7B209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB8D #AB8D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A65 #7A6505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FCF1BF;
--olive-300: #FAE78E;
--olive-400: #F8DA54;
--olive-500: #F6CF23;
--olive-600: #D7B209;
--olive-700: #AB8D07;
--olive-800: #7A6505;
--olive-900: #4E4103;
--olive-950: #312802;
}