Olive
#71700E
YellowColor Codes
All color formats for development
HEX
#71700ERGB
rgb(113, 112, 14)HSL
hsl(59, 78%, 25%)OKLCH
oklch(0.529 0.11 109)CMYK
cmyk(0%, 1%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66650D
2#5B590B
3#4F4E0A
4#444308
5#393807
6#2D2D06
7#222204
8#171603
9#0B0B01
Tints
Lighter variations
1#949112
2#B6B316
3#D8D41B
4#E6E333
5#EAE755
6#EEEC77
7#F2F199
8#F7F6BB
9#FBFADD
Tones
Muted variations
1#6D6B13
2#686618
3#63611D
4#5E5D22
5#595827
6#54532C
7#4F4E31
8#4A4936
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F1 #F2F197 | BordersInactive statesPlaceholder text |
| 400 | EBE9 #EBE960 | Disabled statesSecondary iconsMuted text |
| 500 | E6E3 #E6E333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C5 #C8C519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9D #9F9D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7170 #71700E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F7C4;
--olive-300: #F2F197;
--olive-400: #EBE960;
--olive-500: #E6E333;
--olive-600: #C8C519;
--olive-700: #9F9D14;
--olive-800: #71700E;
--olive-900: #494809;
--olive-950: #2D2D06;
}