Olive
#A28C11
YellowColor Codes
All color formats for development
HEX
#A28C11RGB
rgb(162, 140, 17)HSL
hsl(51, 81%, 35%)OKLCH
oklch(0.641 0.128 97.6)CMYK
cmyk(0%, 14%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917E0F
2#81700E
3#71620C
4#61540A
5#514608
6#413807
7#302A05
8#201C03
9#100E02
Tints
Lighter variations
1#C0A614
2#DEC017
3#E9CD2D
4#ECD44B
5#EFDB69
6#F2E287
7#F6E9A5
8#F9F1C3
9#FCF8E1
Tones
Muted variations
1#9A8718
2#93821F
3#8C7D27
4#85782E
5#7D7335
6#766D3C
7#6F6844
8#68634B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F1 #F9F1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E6 #F4E695 | BordersInactive statesPlaceholder text |
| 400 | EED8 #EED85D | Disabled statesSecondary iconsMuted text |
| 500 | E9CD #E9CD2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBB0 #CBB015 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A28C #A28C11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7364 #73640C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A40 #4A4008 | 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: #FEFCF1;
--olive-100: #FCF7DF;
--olive-200: #F9F1C3;
--olive-300: #F4E695;
--olive-400: #EED85D;
--olive-500: #E9CD2F;
--olive-600: #CBB015;
--olive-700: #A28C11;
--olive-800: #73640C;
--olive-900: #4A4008;
--olive-950: #2E2805;
}