Olive
#A17D12
YellowColor Codes
All color formats for development
HEX
#A17D12RGB
rgb(161, 125, 18)HSL
hsl(45, 80%, 35%)OKLCH
oklch(0.608 0.12 87.4)CMYK
cmyk(0%, 22%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#917010
2#81640E
3#70570C
4#604B0B
5#503E09
6#403207
7#302505
8#201904
9#100C02
Tints
Lighter variations
1#BE9415
2#DCAB18
3#E8B92E
4#EBC34C
5#EECD6A
6#F2D788
7#F5E1A5
8#F8EBC3
9#FCF5E1
Tones
Muted variations
1#9A7919
2#927620
3#8B7227
4#846F2E
5#7D6B36
6#76683D
7#6F6444
8#68604B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EB #F8EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DC #F3DC95 | BordersInactive statesPlaceholder text |
| 400 | EDC9 #EDC95E | Disabled statesSecondary iconsMuted text |
| 500 | E8BA #E8BA30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA9D #CA9D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A17D #A17D12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7359 #73590D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4939 #493908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E24 #2E2405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EBC3;
--olive-300: #F3DC95;
--olive-400: #EDC95E;
--olive-500: #E8BA30;
--olive-600: #CA9D16;
--olive-700: #A17D12;
--olive-800: #73590D;
--olive-900: #493908;
--olive-950: #2E2405;
}