Olive
#A99E0A
YellowColor Codes
All color formats for development
HEX
#A99E0ARGB
rgb(169, 158, 10)HSL
hsl(56, 89%, 35%)OKLCH
oklch(0.687 0.144 104.5)CMYK
cmyk(0%, 7%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#988E09
2#877E08
3#766F07
4#655F06
5#544F05
6#433F04
7#332F03
8#222002
9#111001
Tints
Lighter variations
1#C8BB0C
2#E7D90D
3#F2E424
4#F4E843
5#F6EC62
6#F8F082
7#FAF4A1
8#FBF7C0
9#FDFBE0
Tones
Muted variations
1#A19712
2#99901A
3#918922
4#89832A
5#817C32
6#797539
7#716E41
8#696749
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F5EB #F5EB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2E5 #F2E526 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C7 #D4C70C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A99E #A99E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7871 #787107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4804 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFBDD;
--olive-200: #FBF7C0;
--olive-300: #F9F290;
--olive-400: #F5EB56;
--olive-500: #F2E526;
--olive-600: #D4C70C;
--olive-700: #A99E0A;
--olive-800: #787107;
--olive-900: #4D4804;
--olive-950: #302D03;
}