Olive
#715C0E
YellowColor Codes
All color formats for development
HEX
#715C0ERGB
rgb(113, 92, 14)HSL
hsl(47, 78%, 25%)OKLCH
oklch(0.482 0.093 92.2)CMYK
cmyk(0%, 19%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66530D
2#5B4A0B
3#4F400A
4#443708
5#392E07
6#2D2506
7#221C04
8#171203
9#0B0901
Tints
Lighter variations
1#947812
2#B69316
3#D8AF1B
4#E6BF33
5#EACA55
6#EED477
7#F2DF99
8#F7EABB
9#FBF4DD
Tones
Muted variations
1#6D5913
2#685618
3#63531D
4#5E5122
5#594E27
6#544B2C
7#4F4831
8#4A4536
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EBCD #EBCD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6BF #E6BF33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A2 #C8A219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F81 #9F8114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF5DF;
--olive-200: #F8EDC4;
--olive-300: #F2DE97;
--olive-400: #EBCD60;
--olive-500: #E6BF33;
--olive-600: #C8A219;
--olive-700: #9F8114;
--olive-800: #715C0E;
--olive-900: #493B09;
--olive-950: #2D2506;
}