Olive
#716E0F
YellowColor Codes
All color formats for development
HEX
#716E0FRGB
rgb(113, 110, 15)HSL
hsl(58, 77%, 25%)OKLCH
oklch(0.524 0.108 107.6)CMYK
cmyk(0%, 3%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66630D
2#5A580C
3#4F4D0A
4#444209
5#383707
6#2D2C06
7#222104
8#171603
9#0B0B01
Tints
Lighter variations
1#938E13
2#B5AF17
3#D6D01C
4#E5DF34
5#E9E456
6#EDE978
7#F2EF99
8#F6F4BB
9#FBFADD
Tones
Muted variations
1#6C6914
2#676418
3#62601D
4#5D5B22
5#585727
6#53522C
7#4E4D31
8#4A4936
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EAE6 #EAE661 | Disabled statesSecondary iconsMuted text |
| 500 | E5DF #E5DF34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C1 #C7C11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E99 #9E9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #484609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F7F6C4;
--olive-300: #F2EE97;
--olive-400: #EAE661;
--olive-500: #E5DF34;
--olive-600: #C7C11A;
--olive-700: #9E9915;
--olive-800: #716E0F;
--olive-900: #484609;
--olive-950: #2D2C06;
}