Olive
#514901
YellowColor Codes
All color formats for development
HEX
#514901RGB
rgb(81, 73, 1)HSL
hsl(54, 98%, 16%)OKLCH
oklch(0.401 0.083 102.2)CMYK
cmyk(0%, 10%, 99%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494201
2#413A01
3#393301
4#302C00
5#282400
6#201D00
7#181600
8#100F00
9#080700
Tints
Lighter variations
1#7B6F01
2#A69502
3#D0BB02
4#FAE203
5#FDE82B
6#FDEC55
7#FEF180
8#FEF6AA
9#FFFAD5
Tones
Muted variations
1#4D4605
2#494209
3#453F0D
4#413C11
5#3D3915
6#393619
7#35321D
8#312F21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF2 #FEF28B | BordersInactive statesPlaceholder text |
| 400 | FDEC #FDEC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDE6 #FDE61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC8 #DEC802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19F #B19F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E72 #7E7201 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5149 #514901 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDC;
--olive-200: #FEF8BD;
--olive-300: #FEF28B;
--olive-400: #FDEC4E;
--olive-500: #FDE61C;
--olive-600: #DEC802;
--olive-700: #B19F02;
--olive-800: #7E7201;
--olive-900: #514901;
--olive-950: #322D01;
}