Olive
#70650F
YellowColor Codes
All color formats for development
HEX
#70650FRGB
rgb(112, 101, 15)HSL
hsl(53, 76%, 25%)OKLCH
oklch(0.502 0.099 101.4)CMYK
cmyk(0%, 10%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#655B0E
2#5A510C
3#4F470B
4#433D09
5#383208
6#2D2806
7#221E05
8#161403
9#0B0A02
Tints
Lighter variations
1#928314
2#B4A118
3#D5C01D
4#E3CF35
5#E8D757
6#EDDF78
7#F1E79A
8#F6EFBC
9#FAF7DD
Tones
Muted variations
1#6B6114
2#675D19
3#625A1E
4#5D5623
5#585228
6#534F2C
7#4E4B31
8#494736
9#45433B
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 | F7F1 #F7F1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E7 #F1E798 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3CF #E3CF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B2 #C5B21B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8D #9D8D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7065 #70650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #48410A | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF2;
--olive-100: #FBF8E0;
--olive-200: #F7F1C5;
--olive-300: #F1E798;
--olive-400: #EADA62;
--olive-500: #E3CF35;
--olive-600: #C5B21B;
--olive-700: #9D8D15;
--olive-800: #70650F;
--olive-900: #48410A;
--olive-950: #2D2806;
}