Olive
#A6990C
YellowColor Codes
All color formats for development
HEX
#A6990CRGB
rgb(166, 153, 12)HSL
hsl(55, 87%, 35%)OKLCH
oklch(0.673 0.139 103.3)CMYK
cmyk(0%, 8%, 93%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#968B0A
2#867B09
3#756C08
4#645C07
5#534D06
6#433E05
7#322E03
8#211F02
9#110F01
Tints
Lighter variations
1#C6B70E
2#E5D310
3#F0DF26
4#F2E445
5#F4E864
6#F6ED83
7#F9F1A2
8#FBF6C1
9#FDFAE0
Tones
Muted variations
1#9F9313
2#978D1B
3#908723
4#88802B
5#807A32
6#78733A
7#716D42
8#69664A
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF6 #FBF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7EF #F7EF91 | BordersInactive statesPlaceholder text |
| 400 | F3E6 #F3E658 | Disabled statesSecondary iconsMuted text |
| 500 | F0DF #F0DF28 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2C2 #D2C20F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A79A #A79A0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 776E #776E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C46 #4C4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADE;
--olive-200: #FBF6C1;
--olive-300: #F7EF91;
--olive-400: #F3E658;
--olive-500: #F0DF28;
--olive-600: #D2C20F;
--olive-700: #A79A0C;
--olive-800: #776E08;
--olive-900: #4C4605;
--olive-950: #302C03;
}