Olive
#A19712
YellowColor Codes
All color formats for development
HEX
#A19712RGB
rgb(161, 151, 18)HSL
hsl(56, 80%, 35%)OKLCH
oklch(0.664 0.137 104.7)CMYK
cmyk(0%, 6%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918810
2#81790E
3#706A0C
4#605B0B
5#504C09
6#403C07
7#302D05
8#201E04
9#100F02
Tints
Lighter variations
1#BEB315
2#DCCF18
3#E8DB2E
4#EBE14C
5#EEE66A
6#F2EB88
7#F5F0A5
8#F8F5C3
9#FCFAE1
Tones
Muted variations
1#9A9119
2#928B20
3#8B8527
4#847E2E
5#7D7836
6#76723D
7#6F6C44
8#68664B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3ED #F3ED95 | BordersInactive statesPlaceholder text |
| 400 | EDE4 #EDE45E | Disabled statesSecondary iconsMuted text |
| 500 | E8DC #E8DC30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABE #CABE16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A197 #A19712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736C #736C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4945 #494508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F5C3;
--olive-300: #F3ED95;
--olive-400: #EDE45E;
--olive-500: #E8DC30;
--olive-600: #CABE16;
--olive-700: #A19712;
--olive-800: #736C0D;
--olive-900: #494508;
--olive-950: #2E2B05;
}