Olive
#706810
YellowColor Codes
All color formats for development
HEX
#706810RGB
rgb(112, 104, 16)HSL
hsl(55, 75%, 25%)OKLCH
oklch(0.509 0.102 103.8)CMYK
cmyk(0%, 7%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#645D0E
2#59530D
3#4E490B
4#433E0A
5#383408
6#2D2906
7#211F05
8#161503
9#0B0A02
Tints
Lighter variations
1#918715
2#B3A619
3#D4C51E
4#E2D436
5#E7DB58
6#ECE279
7#F1E99B
8#F5F1BC
9#FAF8DE
Tones
Muted variations
1#6B6415
2#666019
3#615C1E
4#5C5823
5#585428
6#53502D
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 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF8E0;
--olive-200: #F7F3C5;
--olive-300: #F0E998;
--olive-400: #E9DE63;
--olive-500: #E2D436;
--olive-600: #C4B61C;
--olive-700: #9C9116;
--olive-800: #706810;
--olive-900: #47420A;
--olive-950: #2D2906;
}