Olive
#71550E
OrangeColor Codes
All color formats for development
HEX
#71550ERGB
rgb(113, 85, 14)HSL
hsl(43, 78%, 25%)OKLCH
oklch(0.467 0.09 84.7)CMYK
cmyk(0%, 25%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664D0D
2#5B440B
3#4F3C0A
4#443308
5#392B07
6#2D2206
7#221A04
8#171103
9#0B0901
Tints
Lighter variations
1#946F12
2#B68816
3#D8A21B
4#E6B333
5#EAC055
6#EECC77
7#F2D999
8#F7E6BB
9#FBF2DD
Tones
Muted variations
1#6D5313
2#685118
3#634F1D
4#5E4D22
5#594B27
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 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D8 #F2D897 | BordersInactive statesPlaceholder text |
| 400 | EBC4 #EBC460 | Disabled statesSecondary iconsMuted text |
| 500 | E6B3 #E6B333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C896 #C89619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F77 #9F7714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7155 #71550E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E9C4;
--olive-300: #F2D897;
--olive-400: #EBC460;
--olive-500: #E6B333;
--olive-600: #C89619;
--olive-700: #9F7714;
--olive-800: #71550E;
--olive-900: #493709;
--olive-950: #2D2206;
}