Olive
#515101
YellowColor Codes
All color formats for development
HEX
#515101RGB
rgb(81, 81, 1)HSL
hsl(60, 98%, 16%)OKLCH
oklch(0.421 0.091 109.8)CMYK
cmyk(0%, 0%, 99%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494901
2#414101
3#393901
4#303000
5#282800
6#202000
7#181800
8#101000
9#080800
Tints
Lighter variations
1#7B7B01
2#A6A602
3#D0D002
4#FAFA03
5#FDFD2B
6#FDFD55
7#FEFE80
8#FEFEAA
9#FFFFD5
Tones
Muted variations
1#4D4D05
2#494909
3#45450D
4#414111
5#3D3D15
6#393919
7#35351D
8#313121
9#2D2D25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFF #FFFFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFE #FEFEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEFE #FEFE8B | BordersInactive statesPlaceholder text |
| 400 | FDFD #FDFD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDFD #FDFD1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEDE #DEDE02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1B1 #B1B102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E7E #7E7E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5151 #515101 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FFFFDC;
--olive-200: #FEFEBD;
--olive-300: #FEFE8B;
--olive-400: #FDFD4E;
--olive-500: #FDFD1C;
--olive-600: #DEDE02;
--olive-700: #B1B102;
--olive-800: #7E7E01;
--olive-900: #515101;
--olive-950: #323201;
}