Olive
#70670F
YellowColor Codes
All color formats for development
HEX
#70670FRGB
rgb(112, 103, 15)HSL
hsl(54, 76%, 25%)OKLCH
oklch(0.507 0.101 103)CMYK
cmyk(0%, 8%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#655C0E
2#5A520C
3#4F480B
4#433E09
5#383308
6#2D2906
7#221F05
8#161503
9#0B0A02
Tints
Lighter variations
1#928514
2#B4A418
3#D5C31D
4#E3D235
5#E8DA57
6#EDE178
7#F1E99A
8#F6F0BC
9#FAF8DD
Tones
Muted variations
1#6B6314
2#675F19
3#625B1E
4#5D5723
5#585328
6#534F2C
7#4E4B31
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 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | 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: #F7F2C5;
--olive-300: #F1E898;
--olive-400: #EADC62;
--olive-500: #E3D235;
--olive-600: #C5B41B;
--olive-700: #9D9015;
--olive-800: #70670F;
--olive-900: #48420A;
--olive-950: #2D2906;
}