Olive
#795506
OrangeColor Codes
All color formats for development
HEX
#795506RGB
rgb(121, 85, 6)HSL
hsl(41, 91%, 25%)OKLCH
oklch(0.476 0.096 79.4)CMYK
cmyk(0%, 30%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E4D05
2#614405
3#553C04
4#493303
5#3D2B03
6#312202
7#251A02
8#181101
9#0C0901
Tints
Lighter variations
1#9E6F07
2#C38809
3#E7A20B
4#F5B324
5#F6BF48
6#F8CC6D
7#FAD991
8#FCE6B6
9#FDF2DA
Tones
Muted variations
1#74530C
2#6E5111
3#684F17
4#634D1D
5#5D4A23
6#574829
7#51462E
8#4B4434
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE9 #FCE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD8 #FAD88F | BordersInactive statesPlaceholder text |
| 400 | F7C4 #F7C455 | Disabled statesSecondary iconsMuted text |
| 500 | F5B3 #F5B324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D696 #D6960A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA77 #AA7708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A55 #7A5506 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E36 #4E3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF3DD;
--olive-200: #FCE9C0;
--olive-300: #FAD88F;
--olive-400: #F7C455;
--olive-500: #F5B324;
--olive-600: #D6960A;
--olive-700: #AA7708;
--olive-800: #7A5506;
--olive-900: #4E3604;
--olive-950: #312202;
}