Olive
#A6A60C
YellowColor Codes
All color formats for development
HEX
#A6A60CRGB
rgb(166, 166, 12)HSL
hsl(60, 87%, 35%)OKLCH
oklch(0.702 0.151 109.7)CMYK
cmyk(0%, 0%, 93%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#96960A
2#868609
3#757508
4#646407
5#535306
6#434305
7#323203
8#212102
9#111101
Tints
Lighter variations
1#C6C60E
2#E5E510
3#F0F026
4#F2F245
5#F4F464
6#F6F683
7#F9F9A2
8#FBFBC1
9#FDFDE0
Tones
Muted variations
1#9F9F13
2#97971B
3#909023
4#88882B
5#808032
6#78783A
7#717142
8#69694A
9#616151
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F791 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F358 | Disabled statesSecondary iconsMuted text |
| 500 | F0F0 #F0F028 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2D2 #D2D20F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A7A7 #A7A70C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDE;
--olive-200: #FBFBC1;
--olive-300: #F7F791;
--olive-400: #F3F358;
--olive-500: #F0F028;
--olive-600: #D2D20F;
--olive-700: #A7A70C;
--olive-800: #777708;
--olive-900: #4C4C05;
--olive-950: #303003;
}