Olive
#71710F
YellowColor Codes
All color formats for development
HEX
#71710FRGB
rgb(113, 113, 15)HSL
hsl(60, 77%, 25%)OKLCH
oklch(0.532 0.111 109.6)CMYK
cmyk(0%, 0%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66660D
2#5A5A0C
3#4F4F0A
4#444409
5#383807
6#2D2D06
7#222204
8#171703
9#0B0B01
Tints
Lighter variations
1#939313
2#B5B517
3#D6D61C
4#E5E534
5#E9E956
6#EDED78
7#F2F299
8#F6F6BB
9#FBFBDD
Tones
Muted variations
1#6C6C14
2#676718
3#62621D
4#5D5D22
5#585827
6#53532C
7#4E4E31
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 | F7F7 #F7F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5E5 #E5E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C7 #C7C71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E9E #9E9E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #484809 | 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: #F7F7C4;
--olive-300: #F2F297;
--olive-400: #EAEA61;
--olive-500: #E5E534;
--olive-600: #C7C71A;
--olive-700: #9E9E15;
--olive-800: #71710F;
--olive-900: #484809;
--olive-950: #2D2D06;
}