Olive
#71630E
YellowColor Codes
All color formats for development
HEX
#71630ERGB
rgb(113, 99, 14)HSL
hsl(52, 78%, 25%)OKLCH
oklch(0.498 0.098 98.9)CMYK
cmyk(0%, 12%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#665A0D
2#5B500B
3#4F460A
4#443C08
5#393207
6#2D2806
7#221E04
8#171403
9#0B0A01
Tints
Lighter variations
1#948212
2#B6A016
3#D8BE1B
4#E6CE33
5#EAD655
6#EEDE77
7#F2E699
8#F7EFBB
9#FBF7DD
Tones
Muted variations
1#6D6113
2#685D18
3#63591D
4#5E5622
5#595227
6#544E2C
7#4F4B31
8#4A4736
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E6 #F2E697 | BordersInactive statesPlaceholder text |
| 400 | EBD9 #EBD960 | Disabled statesSecondary iconsMuted text |
| 500 | E6CE #E6CE33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B0 #C8B019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8C #9F8C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7164 #71640E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF7DF;
--olive-200: #F8F1C4;
--olive-300: #F2E697;
--olive-400: #EBD960;
--olive-500: #E6CE33;
--olive-600: #C8B019;
--olive-700: #9F8C14;
--olive-800: #71640E;
--olive-900: #494009;
--olive-950: #2D2806;
}