Olive
#71650F
YellowColor Codes
All color formats for development
HEX
#71650FRGB
rgb(113, 101, 15)HSL
hsl(53, 77%, 25%)OKLCH
oklch(0.503 0.099 100.6)CMYK
cmyk(0%, 11%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#665B0D
2#5A510C
3#4F470A
4#443D09
5#383307
6#2D2906
7#221E04
8#171403
9#0B0A01
Tints
Lighter variations
1#938413
2#B5A217
3#D6C11C
4#E5D034
5#E9D856
6#EDE078
7#F2E799
8#F6EFBB
9#FBF7DD
Tones
Muted variations
1#6C6214
2#675E18
3#625A1D
4#5D5622
5#585327
6#534F2C
7#4E4B31
8#4A4736
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5D0 #E5D034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7B2 #C7B21A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E8E #9E8E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7165 #71650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #484109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F7F1C4;
--olive-300: #F2E797;
--olive-400: #EADA61;
--olive-500: #E5D034;
--olive-600: #C7B21A;
--olive-700: #9E8E15;
--olive-800: #71650F;
--olive-900: #484109;
--olive-950: #2D2906;
}