Olive
#70680F
YellowColor Codes
All color formats for development
HEX
#70680FRGB
rgb(112, 104, 15)HSL
hsl(55, 76%, 25%)OKLCH
oklch(0.509 0.102 103.9)CMYK
cmyk(0%, 7%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#655E0E
2#5A530C
3#4F490B
4#433E09
5#383408
6#2D2A06
7#221F05
8#161503
9#0B0A02
Tints
Lighter variations
1#928714
2#B4A718
3#D5C61D
4#E3D535
5#E8DC57
6#EDE378
7#F1EA9A
8#F6F1BC
9#FAF8DD
Tones
Muted variations
1#6B6414
2#676019
3#625C1E
4#5D5823
5#585428
6#53502C
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 | F1E9 #F1E998 | BordersInactive statesPlaceholder text |
| 400 | EADE #EADE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D5 #E3D535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B7 #C5B71B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D92 #9D9215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #70680F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4843 #48430A | 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: #FBF8E0;
--olive-200: #F7F3C5;
--olive-300: #F1E998;
--olive-400: #EADE62;
--olive-500: #E3D535;
--olive-600: #C5B71B;
--olive-700: #9D9215;
--olive-800: #70680F;
--olive-900: #48430A;
--olive-950: #2D2A06;
}