Olive
#A18B12
YellowColor Codes
All color formats for development
HEX
#A18B12RGB
rgb(161, 139, 18)HSL
hsl(51, 80%, 35%)OKLCH
oklch(0.638 0.127 97.4)CMYK
cmyk(0%, 14%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917D10
2#816F0E
3#70610C
4#60540B
5#504609
6#403807
7#302A05
8#201C04
9#100E02
Tints
Lighter variations
1#BEA515
2#DCBF18
3#E8CC2E
4#EBD34C
5#EEDB6A
6#F2E288
7#F5E9A5
8#F8F0C3
9#FCF8E1
Tones
Muted variations
1#9A8619
2#928120
3#8B7C27
4#84772E
5#7D7236
6#766D3D
7#6F6844
8#68634B
9#605E52
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;
}