Olive
#7A6406
YellowColor Codes
All color formats for development
HEX
#7A6406RGB
rgb(122, 100, 6)HSL
hsl(49, 91%, 25%)OKLCH
oklch(0.51 0.102 93.4)CMYK
cmyk(0%, 18%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5A05
2#615005
3#554604
4#493C03
5#3D3203
6#312802
7#251E02
8#181401
9#0C0A01
Tints
Lighter variations
1#9E8307
2#C3A109
3#E7BF0B
4#F5CE24
5#F6D648
6#F8DF6D
7#FAE791
8#FCEFB6
9#FDF7DA
Tones
Muted variations
1#74610C
2#6E5D11
3#685917
4#63561D
5#5D5223
6#574E29
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 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE6 #FAE68F | BordersInactive statesPlaceholder text |
| 400 | F7D9 #F7D955 | Disabled statesSecondary iconsMuted text |
| 500 | F5CE #F5CE24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B1 #D6B10A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8D #AA8D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A64 #7A6406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | 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: #FDF7DD;
--olive-200: #FCF1C0;
--olive-300: #FAE68F;
--olive-400: #F7D955;
--olive-500: #F5CE24;
--olive-600: #D6B10A;
--olive-700: #AA8D08;
--olive-800: #7A6406;
--olive-900: #4E4004;
--olive-950: #312802;
}