Olive
#744E0B
OrangeColor Codes
All color formats for development
HEX
#744E0BRGB
rgb(116, 78, 11)HSL
hsl(38, 83%, 25%)OKLCH
oklch(0.455 0.091 74.8)CMYK
cmyk(0%, 33%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69460A
2#5D3E09
3#523708
4#462F07
5#3A2705
6#2F1F04
7#231703
8#171002
9#0C0801
Tints
Lighter variations
1#98650E
2#BB7D11
3#DE9415
4#EBA62D
5#EFB550
6#F2C373
7#F5D296
8#F8E1B9
9#FCF0DC
Tones
Muted variations
1#6F4C10
2#6A4B15
3#654A1B
4#5F4820
5#5A4725
6#55452B
7#504430
8#4A4335
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D1 #F5D194 | BordersInactive statesPlaceholder text |
| 400 | F0BA #F0BA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA6 #EBA62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD89 #CD8913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36D #A36D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754E #754E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3207 | 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: #FCF1DE;
--olive-200: #F9E5C2;
--olive-300: #F5D194;
--olive-400: #F0BA5C;
--olive-500: #EBA62D;
--olive-600: #CD8913;
--olive-700: #A36D0F;
--olive-800: #754E0B;
--olive-900: #4B3207;
--olive-950: #2F1F04;
}