Olive
#70630F
YellowColor Codes
All color formats for development
HEX
#70630FRGB
rgb(112, 99, 15)HSL
hsl(52, 76%, 25%)OKLCH
oklch(0.497 0.098 99.6)CMYK
cmyk(0%, 12%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65590E
2#5A4F0C
3#4F450B
4#433C09
5#383208
6#2D2806
7#221E05
8#161403
9#0B0A02
Tints
Lighter variations
1#928114
2#B49F18
3#D5BD1D
4#E3CC35
5#E8D557
6#EDDD78
7#F1E69A
8#F6EEBC
9#FAF7DD
Tones
Muted variations
1#6B6014
2#675C19
3#62591E
4#5D5523
5#585228
6#534E2C
7#4E4A31
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 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E5 #F1E598 | BordersInactive statesPlaceholder text |
| 400 | EAD7 #EAD762 | Disabled statesSecondary iconsMuted text |
| 500 | E3CC #E3CC35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AF #C5AF1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D8B #9D8B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7063 #70630F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4840 #48400A | 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: #FBF7E0;
--olive-200: #F7F0C5;
--olive-300: #F1E598;
--olive-400: #EAD762;
--olive-500: #E3CC35;
--olive-600: #C5AF1B;
--olive-700: #9D8B15;
--olive-800: #70630F;
--olive-900: #48400A;
--olive-950: #2D2806;
}