Olive
#71710E
YellowColor Codes
All color formats for development
HEX
#71710ERGB
rgb(113, 113, 14)HSL
hsl(60, 78%, 25%)OKLCH
oklch(0.532 0.111 109.7)CMYK
cmyk(0%, 0%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66660D
2#5B5B0B
3#4F4F0A
4#444408
5#393907
6#2D2D06
7#222204
8#171703
9#0B0B01
Tints
Lighter variations
1#949412
2#B6B616
3#D8D81B
4#E6E633
5#EAEA55
6#EEEE77
7#F2F299
8#F7F7BB
9#FBFBDD
Tones
Muted variations
1#6D6D13
2#686818
3#63631D
4#5E5E22
5#595927
6#54542C
7#4F4F31
8#4A4A36
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 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | 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: #F8F8C4;
--olive-300: #F2F297;
--olive-400: #EBEB60;
--olive-500: #E6E633;
--olive-600: #C8C819;
--olive-700: #9F9F14;
--olive-800: #71710E;
--olive-900: #494909;
--olive-950: #2D2D06;
}