Olive
#AD7B05
OrangeColor Codes
All color formats for development
HEX
#AD7B05RGB
rgb(173, 123, 5)HSL
hsl(42, 94%, 35%)OKLCH
oklch(0.617 0.127 79.8)CMYK
cmyk(0%, 29%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C6F05
2#8B6204
3#795604
4#684A03
5#573D03
6#453102
7#342502
8#231901
9#110C01
Tints
Lighter variations
1#CD9206
2#EDA807
3#F8B71E
4#F9C13E
5#FACB5E
6#FBD67E
7#FCE09F
8#FDEABF
9#FEF5DF
Tones
Muted variations
1#A5770E
2#9C7416
3#94711F
4#8C6D27
5#836A2F
6#7B6738
7#726340
8#6A6048
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEA #FDEABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDA #FBDA8D | BordersInactive statesPlaceholder text |
| 400 | FAC7 #FAC752 | Disabled statesSecondary iconsMuted text |
| 500 | F8B7 #F8B720 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA9A #DA9A07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD7B #AD7B05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C58 #7C5804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F38 #4F3802 | Primary textHigh emphasis contentDark headings |
| 950 | 3123 #312302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FDEABF;
--olive-300: #FBDA8D;
--olive-400: #FAC752;
--olive-500: #F8B720;
--olive-600: #DA9A07;
--olive-700: #AD7B05;
--olive-800: #7C5804;
--olive-900: #4F3802;
--olive-950: #312302;
}