Olive
#524800
YellowColor Codes
All color formats for development
HEX
#524800RGB
rgb(82, 72, 0)HSL
hsl(53, 100%, 16%)OKLCH
oklch(0.399 0.083 100.2)CMYK
cmyk(0%, 12%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494100
2#413A00
3#393200
4#312B00
5#292400
6#211D00
7#181600
8#100E00
9#080700
Tints
Lighter variations
1#7C6E00
2#A79400
3#D2BA00
4#FDDF00
5#FFE629
6#FFEB54
7#FFF07E
8#FFF5A9
9#FFFAD4
Tones
Muted variations
1#4E4504
2#494208
3#453F0C
4#413C10
5#3D3814
6#393518
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 #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;
}