Olive
#A39C0F
YellowColor Codes
All color formats for development
HEX
#A39C0FRGB
rgb(163, 156, 15)HSL
hsl(57, 83%, 35%)OKLCH
oklch(0.677 0.142 106.3)CMYK
cmyk(0%, 4%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#938C0E
2#837D0C
3#726D0B
4#625E09
5#524E08
6#413E06
7#312F05
8#211F03
9#101002
Tints
Lighter variations
1#C2B912
2#E0D615
3#EBE22B
4#EEE649
5#F1EA67
6#F4EE86
7#F7F2A4
8#F9F7C2
9#FCFBE1
Tones
Muted variations
1#9C9517
2#958F1E
3#8D8825
4#86812D
5#7E7B34
6#77743C
7#6F6D43
8#68674A
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F7 #F9F7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F0 #F5F094 | BordersInactive statesPlaceholder text |
| 400 | F0E8 #F0E85C | Disabled statesSecondary iconsMuted text |
| 500 | EBE2 #EBE22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC4 #CDC413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39C #A39C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756F #756F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #F9F7C2;
--olive-300: #F5F094;
--olive-400: #F0E85C;
--olive-500: #EBE22D;
--olive-600: #CDC413;
--olive-700: #A39C0F;
--olive-800: #756F0B;
--olive-900: #4B4707;
--olive-950: #2F2D04;
}