Olive
#7C6203
YellowColor Codes
All color formats for development
HEX
#7C6203RGB
rgb(124, 98, 3)HSL
hsl(47, 95%, 25%)OKLCH
oklch(0.508 0.103 90.3)CMYK
cmyk(0%, 21%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#705803
2#634E03
3#574502
4#4B3B02
5#3E3102
6#322701
7#251D01
8#191401
9#0C0A00
Tints
Lighter variations
1#A27F04
2#C79D05
3#ECBA06
4#F9CA1F
5#FAD345
6#FBDC6A
7#FCE58F
8#FDEDB4
9#FEF6DA
Tones
Muted variations
1#765F09
2#705B0F
3#6A5815
4#64541B
5#5E5121
6#584D28
7#524A2E
8#4C4734
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF0 #FDF0BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE4 #FCE48D | BordersInactive statesPlaceholder text |
| 400 | FBD6 #FBD651 | Disabled statesSecondary iconsMuted text |
| 500 | F9CA #F9CA1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBAD #DBAD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE89 #AE8904 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C62 #7C6203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503F #503F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF7DC;
--olive-200: #FDF0BE;
--olive-300: #FCE48D;
--olive-400: #FBD651;
--olive-500: #F9CA1F;
--olive-600: #DBAD06;
--olive-700: #AE8904;
--olive-800: #7C6203;
--olive-900: #503F02;
--olive-950: #322701;
}