Olive
#72630D
YellowColor Codes
All color formats for development
HEX
#72630DRGB
rgb(114, 99, 13)HSL
hsl(51, 80%, 25%)OKLCH
oklch(0.499 0.099 98.2)CMYK
cmyk(0%, 13%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#675A0B
2#5C500A
3#504609
4#453C08
5#393206
6#2E2805
7#221E04
8#171403
9#0B0A01
Tints
Lighter variations
1#958111
2#B89F14
3#DABD18
4#E8CD30
5#ECD553
6#F0DD75
7#F4E698
8#F7EEBA
9#FBF7DD
Tones
Muted variations
1#6E6012
2#695C17
3#63591C
4#5E5521
5#595226
6#544E2B
7#4F4A30
8#4A4736
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E595 | BordersInactive statesPlaceholder text |
| 400 | EDD8 #EDD85E | Disabled statesSecondary iconsMuted text |
| 500 | E8CD #E8CD30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAF #CAAF16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18B #A18B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7363 #73630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF7DF;
--olive-200: #F8F0C3;
--olive-300: #F3E595;
--olive-400: #EDD85E;
--olive-500: #E8CD30;
--olive-600: #CAAF16;
--olive-700: #A18B12;
--olive-800: #73630D;
--olive-900: #494008;
--olive-950: #2E2805;
}