Olive
#A19E12
YellowColor Codes
All color formats for development
HEX
#A19E12RGB
rgb(161, 158, 18)HSL
hsl(59, 80%, 35%)OKLCH
oklch(0.68 0.143 108.3)CMYK
cmyk(0%, 2%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918E10
2#817F0E
3#706F0C
4#605F0B
5#504F09
6#403F07
7#302F05
8#202004
9#101002
Tints
Lighter variations
1#BEBC15
2#DCD918
3#E8E52E
4#EBE84C
5#EEEC6A
6#F2F088
7#F5F4A5
8#F8F7C3
9#FCFBE1
Tones
Muted variations
1#9A9719
2#929020
3#8B8A27
4#84832E
5#7D7C36
6#76753D
7#6F6E44
8#68674B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F2 #F3F295 | BordersInactive statesPlaceholder text |
| 400 | EDEB #EDEB5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E5 #E8E530 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC7 #CAC716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19E #A19E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7371 #73710D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F7C3;
--olive-300: #F3F295;
--olive-400: #EDEB5E;
--olive-500: #E8E530;
--olive-600: #CAC716;
--olive-700: #A19E12;
--olive-800: #73710D;
--olive-900: #494808;
--olive-950: #2E2D05;
}