Olive
#A19A12
YellowColor Codes
All color formats for development
HEX
#A19A12RGB
rgb(161, 154, 18)HSL
hsl(57, 80%, 35%)OKLCH
oklch(0.671 0.139 106.3)CMYK
cmyk(0%, 4%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918A10
2#817B0E
3#706B0C
4#605C0B
5#504D09
6#403D07
7#302E05
8#201F04
9#100F02
Tints
Lighter variations
1#BEB615
2#DCD318
3#E8DF2E
4#EBE34C
5#EEE86A
6#F2EC88
7#F5F1A5
8#F8F6C3
9#FCFAE1
Tones
Muted variations
1#9A9319
2#928D20
3#8B8627
4#84802E
5#7D7936
6#76733D
7#6F6D44
8#68664B
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 | F8F6 #F8F6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EF #F3EF95 | BordersInactive statesPlaceholder text |
| 400 | EDE6 #EDE65E | Disabled statesSecondary iconsMuted text |
| 500 | E8DF #E8DF30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAC1 #CAC116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A19A #A19A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736E #736E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4946 #494608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2C #2E2C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F6C3;
--olive-300: #F3EF95;
--olive-400: #EDE65E;
--olive-500: #E8DF30;
--olive-600: #CAC116;
--olive-700: #A19A12;
--olive-800: #736E0D;
--olive-900: #494608;
--olive-950: #2E2C05;
}