Olive
#7E6301
YellowColor Codes
All color formats for development
HEX
#7E6301RGB
rgb(126, 99, 1)HSL
hsl(47, 98%, 25%)OKLCH
oklch(0.512 0.104 89.9)CMYK
cmyk(0%, 21%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#725901
2#654F01
3#584501
4#4C3B01
5#3F3201
6#322801
7#261E00
8#191400
9#0D0A00
Tints
Lighter variations
1#A48102
2#CA9F02
3#F0BC02
4#FDCC1C
5#FDD442
6#FDDD68
7#FEE58D
8#FEEEB3
9#FFF6D9
Tones
Muted variations
1#786008
2#725C0E
3#6B5914
4#65551A
5#5F5121
6#594E27
7#524A2D
8#4C4733
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF0 #FEF0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE5 #FEE58B | BordersInactive statesPlaceholder text |
| 400 | FDD7 #FDD74E | Disabled statesSecondary iconsMuted text |
| 500 | FDCC #FDCC1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEAF #DEAF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B18B #B18B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E63 #7E6301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513F #513F01 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF7DC;
--olive-200: #FEF0BD;
--olive-300: #FEE58B;
--olive-400: #FDD74E;
--olive-500: #FDCC1C;
--olive-600: #DEAF02;
--olive-700: #B18B02;
--olive-800: #7E6301;
--olive-900: #513F01;
--olive-950: #322801;
}