Olive
#735A0C
YellowColor Codes
All color formats for development
HEX
#735A0CRGB
rgb(115, 90, 12)HSL
hsl(45, 81%, 25%)OKLCH
oklch(0.48 0.094 88.7)CMYK
cmyk(0%, 22%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68510B
2#5C480A
3#513F08
4#453607
5#3A2D06
6#2E2405
7#231B04
8#171202
9#0C0901
Tints
Lighter variations
1#967410
2#B98F13
3#DBAA17
4#E9BB2F
5#EDC652
6#F0D175
7#F4DD97
8#F8E8BA
9#FBF4DC
Tones
Muted variations
1#6E5711
2#695416
3#64521C
4#5F4F21
5#5A4D26
6#544A2B
7#4F4730
8#4A4535
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DC #F4DC95 | BordersInactive statesPlaceholder text |
| 400 | EECA #EECA5D | Disabled statesSecondary iconsMuted text |
| 500 | E9BB #E9BB2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB9E #CB9E15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27D #A27D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 735A #735A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A39 #4A3908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DF;
--olive-200: #F9EBC3;
--olive-300: #F4DC95;
--olive-400: #EECA5D;
--olive-500: #E9BB2F;
--olive-600: #CB9E15;
--olive-700: #A27D11;
--olive-800: #735A0C;
--olive-900: #4A3908;
--olive-950: #2E2405;
}