Olive
#A8A80B
YellowColor Codes
All color formats for development
HEX
#A8A80BRGB
rgb(168, 168, 11)HSL
hsl(60, 88%, 35%)OKLCH
oklch(0.708 0.152 109.7)CMYK
cmyk(0%, 0%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97970A
2#868609
3#757507
4#656506
5#545405
6#434304
7#323203
8#222202
9#111101
Tints
Lighter variations
1#C7C70D
2#E6E60F
3#F1F125
4#F3F344
5#F5F563
6#F7F782
7#F9F9A2
8#FBFBC1
9#FDFDE0
Tones
Muted variations
1#A0A013
2#98981A
3#909022
4#88882A
5#818132
6#79793A
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 #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | 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: #FDFDDD;
--olive-200: #FBFBC1;
--olive-300: #F8F891;
--olive-400: #F4F457;
--olive-500: #F1F127;
--olive-600: #D3D30D;
--olive-700: #A8A80B;
--olive-800: #787808;
--olive-900: #4D4D05;
--olive-950: #303003;
}