Olive
#A18E12
YellowColor Codes
All color formats for development
HEX
#A18E12RGB
rgb(161, 142, 18)HSL
hsl(52, 80%, 35%)OKLCH
oklch(0.644 0.13 99.4)CMYK
cmyk(0%, 12%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917F10
2#81710E
3#70630C
4#60550B
5#504709
6#403907
7#302A05
8#201C04
9#100E02
Tints
Lighter variations
1#BEA815
2#DCC218
3#E8CF2E
4#EBD64C
5#EEDD6A
6#F2E488
7#F5EAA5
8#F8F1C3
9#FCF8E1
Tones
Muted variations
1#9A8819
2#928320
3#8B7E27
4#84792E
5#7D7336
6#766E3D
7#6F6944
8#68644B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E7 #F3E795 | BordersInactive statesPlaceholder text |
| 400 | EDDA #EDDA5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D0 #E8D030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB2 #CAB216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18E #A18E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7365 #73650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494108 | 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: #FBF8DF;
--olive-200: #F8F1C3;
--olive-300: #F3E795;
--olive-400: #EDDA5E;
--olive-500: #E8D030;
--olive-600: #CAB216;
--olive-700: #A18E12;
--olive-800: #73650D;
--olive-900: #494108;
--olive-950: #2E2805;
}