Olive
#514601
YellowColor Codes
All color formats for development
HEX
#514601RGB
rgb(81, 70, 1)HSL
hsl(52, 98%, 16%)OKLCH
oklch(0.393 0.081 98.9)CMYK
cmyk(0%, 14%, 99%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493F01
2#413801
3#393101
4#302A00
5#282300
6#201C00
7#181500
8#100E00
9#080700
Tints
Lighter variations
1#7B6B01
2#A69002
3#D0B502
4#FAD903
5#FDE12B
6#FDE755
7#FEED80
8#FEF3AA
9#FFF9D5
Tones
Muted variations
1#4D4305
2#494009
3#453D0D
4#413A11
5#3D3715
6#393519
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 | FFFA #FFFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF6 #FEF6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEE #FEEE8B | BordersInactive statesPlaceholder text |
| 400 | FDE6 #FDE64E | Disabled statesSecondary iconsMuted text |
| 500 | FDDF #FDDF1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC1 #DEC102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B199 #B19902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6E #7E6E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5146 #514601 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFADC;
--olive-200: #FEF6BD;
--olive-300: #FEEE8B;
--olive-400: #FDE64E;
--olive-500: #FDDF1C;
--olive-600: #DEC102;
--olive-700: #B19902;
--olive-800: #7E6E01;
--olive-900: #514601;
--olive-950: #322C01;
}