Olive
#807100
YellowColor Codes
All color formats for development
HEX
#807100RGB
rgb(128, 113, 0)HSL
hsl(53, 100%, 25%)OKLCH
oklch(0.546 0.114 100.1)CMYK
cmyk(0%, 12%, 100%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#736500
2#665A00
3#594F00
4#4D4400
5#403800
6#332D00
7#262200
8#1A1700
9#0D0B00
Tints
Lighter variations
1#A69200
2#CCB400
3#F2D600
4#FFE41A
5#FFE940
6#FFED66
7#FFF28C
8#FFF6B3
9#FFFBD9
Tones
Muted variations
1#796C06
2#73670D
3#6C6213
4#665D19
5#605820
6#595326
7#534E2D
8#4D4A33
9#464539
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF7 #FFF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF1 #FFF18A | BordersInactive statesPlaceholder text |
| 400 | FFEA #FFEA4D | Disabled statesSecondary iconsMuted text |
| 500 | FFE4 #FFE41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0C6 #E0C600 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B39E #B39E00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8071 #807100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5248 #524800 | Primary textHigh emphasis contentDark headings |
| 950 | 332D #332D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDB;
--olive-200: #FFF7BD;
--olive-300: #FFF18A;
--olive-400: #FFEA4D;
--olive-500: #FFE41A;
--olive-600: #E0C600;
--olive-700: #B39E00;
--olive-800: #807100;
--olive-900: #524800;
--olive-950: #332D00;
}