Olive
#7C6003
YellowColor Codes
All color formats for development
HEX
#7C6003RGB
rgb(124, 96, 3)HSL
hsl(46, 95%, 25%)OKLCH
oklch(0.503 0.102 88.4)CMYK
cmyk(0%, 23%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#705603
2#634D03
3#574302
4#4B3A02
5#3E3002
6#322601
7#251D01
8#191301
9#0C0A00
Tints
Lighter variations
1#A27D04
2#C79A05
3#ECB606
4#F9C61F
5#FAD045
6#FBD96A
7#FCE38F
8#FDECB4
9#FEF6DA
Tones
Muted variations
1#765D09
2#705A0F
3#6A5615
4#64531B
5#5E5021
6#584D28
7#52492E
8#4C4634
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEF #FDEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE2 #FCE28D | BordersInactive statesPlaceholder text |
| 400 | FBD3 #FBD351 | Disabled statesSecondary iconsMuted text |
| 500 | F9C6 #F9C61F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBA9 #DBA906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE86 #AE8604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C60 #7C6003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEFBE;
--olive-300: #FCE28D;
--olive-400: #FBD351;
--olive-500: #F9C61F;
--olive-600: #DBA906;
--olive-700: #AE8604;
--olive-800: #7C6003;
--olive-900: #503D02;
--olive-950: #322601;
}