Olive
#71540E
OrangeColor Codes
All color formats for development
HEX
#71540ERGB
rgb(113, 84, 14)HSL
hsl(42, 78%, 25%)OKLCH
oklch(0.464 0.09 83.6)CMYK
cmyk(0%, 26%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664B0D
2#5B430B
3#4F3B0A
4#443208
5#392A07
6#2D2106
7#221904
8#171103
9#0B0801
Tints
Lighter variations
1#946D12
2#B68616
3#D89F1B
4#E6B033
5#EABD55
6#EECA77
7#F2D899
8#F7E5BB
9#FBF2DD
Tones
Muted variations
1#6D5213
2#685018
3#634E1D
4#5E4C22
5#594A27
6#54482C
7#4F4631
8#4A4436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D7 #F2D797 | BordersInactive statesPlaceholder text |
| 400 | EBC2 #EBC260 | Disabled statesSecondary iconsMuted text |
| 500 | E6B0 #E6B033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C893 #C89319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F75 #9F7514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7154 #71540E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E8C4;
--olive-300: #F2D797;
--olive-400: #EBC260;
--olive-500: #E6B033;
--olive-600: #C89319;
--olive-700: #9F7514;
--olive-800: #71540E;
--olive-900: #493609;
--olive-950: #2D2106;
}