Olive
#706F0F
YellowColor Codes
All color formats for development
HEX
#706F0FRGB
rgb(112, 111, 15)HSL
hsl(59, 76%, 25%)OKLCH
oklch(0.526 0.109 109)CMYK
cmyk(0%, 1%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65640E
2#5A580C
3#4F4D0B
4#434209
5#383708
6#2D2C06
7#222105
8#161603
9#0B0B02
Tints
Lighter variations
1#929014
2#B4B118
3#D5D21D
4#E3E135
5#E8E657
6#EDEB78
7#F1F09A
8#F6F5BC
9#FAFADD
Tones
Muted variations
1#6B6A14
2#676519
3#62611E
4#5D5C23
5#585728
6#53522C
7#4E4E31
8#494936
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | 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: #FDFDF2;
--olive-100: #FBFAE0;
--olive-200: #F7F6C5;
--olive-300: #F1EF98;
--olive-400: #EAE762;
--olive-500: #E3E135;
--olive-600: #C5C31B;
--olive-700: #9D9B15;
--olive-800: #706F0F;
--olive-900: #48470A;
--olive-950: #2D2C06;
}