Olive
#9F7C14
YellowColor Codes
All color formats for development
HEX
#9F7C14RGB
rgb(159, 124, 20)HSL
hsl(45, 78%, 35%)OKLCH
oklch(0.604 0.118 87.6)CMYK
cmyk(0%, 22%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7012
2#7F6310
3#6F570E
4#5F4A0C
5#4F3E0A
6#403208
7#302506
8#201904
9#100C02
Tints
Lighter variations
1#BC9317
2#DAAA1B
3#E5B830
4#E9C24E
5#EDCC6B
6#F0D789
7#F4E1A6
8#F8EBC4
9#FBF5E1
Tones
Muted variations
1#98791B
2#917522
3#8A7229
4#836E2F
5#7C6B36
6#75673D
7#6E6444
8#67604B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DB #F2DB97 | BordersInactive statesPlaceholder text |
| 400 | EBC9 #EBC960 | Disabled statesSecondary iconsMuted text |
| 500 | E6B9 #E6B933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C89C #C89C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7C #9F7C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7159 #71590E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EBC4;
--olive-300: #F2DB97;
--olive-400: #EBC960;
--olive-500: #E6B933;
--olive-600: #C89C19;
--olive-700: #9F7C14;
--olive-800: #71590E;
--olive-900: #493909;
--olive-950: #2D2306;
}