Olive
#A19C12
YellowColor Codes
All color formats for development
HEX
#A19C12RGB
rgb(161, 156, 18)HSL
hsl(58, 80%, 35%)OKLCH
oklch(0.675 0.141 107.3)CMYK
cmyk(0%, 3%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918C10
2#817D0E
3#706D0C
4#605E0B
5#504E09
6#403E07
7#302F05
8#201F04
9#101002
Tints
Lighter variations
1#BEB915
2#DCD618
3#E8E22E
4#EBE64C
5#EEEA6A
6#F2EE88
7#F5F2A5
8#F8F7C3
9#FCFBE1
Tones
Muted variations
1#9A9519
2#928F20
3#8B8827
4#84812E
5#7D7B36
6#76743D
7#6F6D44
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 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F7 #F8F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F0 #F3F095 | BordersInactive statesPlaceholder text |
| 400 | EDE8 #EDE85E | Disabled statesSecondary iconsMuted text |
| 500 | E8E2 #E8E230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC4 #CAC416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19C #A19C12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736F #736F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494708 | 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: #FBFADF;
--olive-200: #F8F7C3;
--olive-300: #F3F095;
--olive-400: #EDE85E;
--olive-500: #E8E230;
--olive-600: #CAC416;
--olive-700: #A19C12;
--olive-800: #736F0D;
--olive-900: #494708;
--olive-950: #2E2D05;
}