Olive
#71590E
YellowColor Codes
All color formats for development
HEX
#71590ERGB
rgb(113, 89, 14)HSL
hsl(45, 78%, 25%)OKLCH
oklch(0.475 0.092 89.1)CMYK
cmyk(0%, 21%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66500D
2#5B470B
3#4F3E0A
4#443508
5#392C07
6#2D2306
7#221B04
8#171203
9#0B0901
Tints
Lighter variations
1#947312
2#B68E16
3#D8A81B
4#E6B933
5#EAC555
6#EED077
7#F2DC99
8#F7E8BB
9#FBF3DD
Tones
Muted variations
1#6D5613
2#685418
3#63511D
4#5E4F22
5#594C27
6#544A2C
7#4F4731
8#4A4536
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DB #F2DB97 | BordersInactive statesPlaceholder text |
| 400 | EBC9 #EBC960 | Disabled statesSecondary iconsMuted text |
| 500 | E6B9 #E6B933 | Primary brand colorCTAsActive elementsLinks |
| 600 | C89C #C89C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7C #9F7C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7159 #71590E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EBC4;
--olive-300: #F2DB97;
--olive-400: #EBC960;
--olive-500: #E6B933;
--olive-600: #C89C19;
--olive-700: #9F7C14;
--olive-800: #71590E;
--olive-900: #493909;
--olive-950: #2D2306;
}