Olive
#706A0F
YellowColor Codes
All color formats for development
HEX
#706A0FRGB
rgb(112, 106, 15)HSL
hsl(56, 76%, 25%)OKLCH
oklch(0.514 0.104 105.4)CMYK
cmyk(0%, 5%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#655F0E
2#5A550C
3#4F4A0B
4#433F09
5#383508
6#2D2A06
7#222005
8#161503
9#0B0B02
Tints
Lighter variations
1#928914
2#B4A918
3#D5C91D
4#E3D835
5#E8DE57
6#EDE578
7#F1EB9A
8#F6F2BC
9#FAF8DD
Tones
Muted variations
1#6B6614
2#676119
3#625D1E
4#5D5923
5#585528
6#53512C
7#4E4C31
8#494836
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EB #F1EB98 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE162 | Disabled statesSecondary iconsMuted text |
| 500 | E3D8 #E3D835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5BA #C5BA1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D94 #9D9415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706A #706A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #48440A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF9E0;
--olive-200: #F7F4C5;
--olive-300: #F1EB98;
--olive-400: #EAE162;
--olive-500: #E3D835;
--olive-600: #C5BA1B;
--olive-700: #9D9415;
--olive-800: #706A0F;
--olive-900: #48440A;
--olive-950: #2D2A06;
}