Olive
#774D09
OrangeColor Codes
All color formats for development
HEX
#774D09RGB
rgb(119, 77, 9)HSL
hsl(37, 86%, 25%)OKLCH
oklch(0.457 0.094 71.8)CMYK
cmyk(0%, 35%, 92%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B4508
2#5F3D07
3#533606
4#472E05
5#3B2604
6#2F1F04
7#241703
8#180F02
9#0C0801
Tints
Lighter variations
1#9A640C
2#BE7A0E
3#E19111
4#EFA32A
5#F2B34D
6#F4C271
7#F7D194
8#FAE0B8
9#FCF0DB
Tones
Muted variations
1#714B0E
2#6C4A14
3#664919
4#61471F
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 | FAE5 #FAE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D0 #F7D092 | BordersInactive statesPlaceholder text |
| 400 | F3B8 #F3B859 | Disabled statesSecondary iconsMuted text |
| 500 | EFA3 #EFA32A | Primary brand colorCTAsActive elementsLinks |
| 600 | D187 #D18710 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A66B #A66B0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 774D #774D09 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C31 #4C3106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF1DE;
--olive-200: #FAE5C1;
--olive-300: #F7D092;
--olive-400: #F3B859;
--olive-500: #EFA32A;
--olive-600: #D18710;
--olive-700: #A66B0C;
--olive-800: #774D09;
--olive-900: #4C3106;
--olive-950: #2F1F04;
}