Olive
#7E6102
YellowColor Codes
All color formats for development
HEX
#7E6102RGB
rgb(126, 97, 2)HSL
hsl(46, 97%, 25%)OKLCH
oklch(0.508 0.103 88)CMYK
cmyk(0%, 23%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715702
2#644D02
3#584401
4#4B3A01
5#3F3001
6#322701
7#261D01
8#191300
9#0D0A00
Tints
Lighter variations
1#A37E02
2#C99B03
3#EFB804
4#FCC81D
5#FCD143
6#FDDA68
7#FDE38E
8#FEEDB4
9#FEF6D9
Tones
Muted variations
1#775D08
2#715A0E
3#6B5714
4#65541B
5#5F5021
6#584D27
7#524A2D
8#4C4633
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 | FEEF #FEEFBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE3 #FDE38B | BordersInactive statesPlaceholder text |
| 400 | FCD4 #FCD44F | Disabled statesSecondary iconsMuted text |
| 500 | FCC8 #FCC81D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDAA #DDAA03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B087 #B08703 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503E #503E01 | 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: #FEF6DC;
--olive-200: #FEEFBE;
--olive-300: #FDE38B;
--olive-400: #FCD44F;
--olive-500: #FCC81D;
--olive-600: #DDAA03;
--olive-700: #B08703;
--olive-800: #7E6102;
--olive-900: #503E01;
--olive-950: #322701;
}