Olive
#A39E0F
YellowColor Codes
All color formats for development
HEX
#A39E0FRGB
rgb(163, 158, 15)HSL
hsl(58, 83%, 35%)OKLCH
oklch(0.682 0.143 107.3)CMYK
cmyk(0%, 3%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#938F0E
2#837F0C
3#726F0B
4#625F09
5#524F08
6#413F06
7#313005
8#212003
9#101002
Tints
Lighter variations
1#C2BC12
2#E0D915
3#EBE52B
4#EEE949
5#F1EC67
6#F4F086
7#F7F4A4
8#F9F8C2
9#FCFBE1
Tones
Muted variations
1#9C9717
2#95911E
3#8D8A25
4#86832D
5#7E7C34
6#77753C
7#6F6E43
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 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | 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: #FCFBDE;
--olive-200: #F9F8C2;
--olive-300: #F5F294;
--olive-400: #F0EB5C;
--olive-500: #EBE52D;
--olive-600: #CDC713;
--olive-700: #A39E0F;
--olive-800: #75710B;
--olive-900: #4B4807;
--olive-950: #2F2D04;
}