Olive
#A4950E
YellowColor Codes
All color formats for development
HEX
#A4950ERGB
rgb(164, 149, 14)HSL
hsl(54, 84%, 35%)OKLCH
oklch(0.663 0.136 102.1)CMYK
cmyk(0%, 9%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94860D
2#83770B
3#73680A
4#635A09
5#524B07
6#423C06
7#312D04
8#211E03
9#100F01
Tints
Lighter variations
1#C3B111
2#E1CD14
3#ECD92A
4#EFDE48
5#F2E467
6#F4E985
7#F7EFA4
8#FAF4C2
9#FCFAE1
Tones
Muted variations
1#9D8F16
2#95891D
3#8E8325
4#867D2C
5#7F7734
6#77713B
7#706B43
8#68654A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF4 #FAF4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EC #F6EC93 | BordersInactive statesPlaceholder text |
| 400 | F1E2 #F1E25B | Disabled statesSecondary iconsMuted text |
| 500 | EDD9 #EDD92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEBC #CEBC12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A495 #A4950E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756B #756B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #FAF4C2;
--olive-300: #F6EC93;
--olive-400: #F1E25B;
--olive-500: #EDD92C;
--olive-600: #CEBC12;
--olive-700: #A4950E;
--olive-800: #756B0A;
--olive-900: #4B4407;
--olive-950: #2F2B04;
}