Olive
#774D08
OrangeColor Codes
All color formats for development
HEX
#774D08RGB
rgb(119, 77, 8)HSL
hsl(37, 87%, 25%)OKLCH
oklch(0.457 0.094 71.9)CMYK
cmyk(0%, 35%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B4507
2#5F3D07
3#533606
4#482E05
5#3C2604
6#301F03
7#241702
8#180F02
9#0C0801
Tints
Lighter variations
1#9B640B
2#BF7B0D
3#E39210
4#F0A428
5#F3B34C
6#F5C270
7#F8D194
8#FAE1B7
9#FDF0DB
Tones
Muted variations
1#724B0E
2#6C4A13
3#674919
4#61481E
5#5B4624
6#56452A
7#50442F
8#4B4235
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D0 #F7D091 | BordersInactive statesPlaceholder text |
| 400 | F3B8 #F3B858 | Disabled statesSecondary iconsMuted text |
| 500 | F0A4 #F0A428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D287 #D2870F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A76B #A76B0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 774D #774D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C31 #4C3105 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF1DE;
--olive-200: #FBE5C1;
--olive-300: #F7D091;
--olive-400: #F3B858;
--olive-500: #F0A428;
--olive-600: #D2870F;
--olive-700: #A76B0C;
--olive-800: #774D08;
--olive-900: #4C3105;
--olive-950: #301F03;
}