Olive
#524500
YellowColor Codes
All color formats for development
HEX
#524500RGB
rgb(82, 69, 0)HSL
hsl(50, 100%, 16%)OKLCH
oklch(0.392 0.081 96.9)CMYK
cmyk(0%, 16%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493D00
2#413600
3#393000
4#312900
5#292200
6#211B00
7#181400
8#100E00
9#080700
Tints
Lighter variations
1#7C6800
2#A78B00
3#D2AF00
4#FDD300
5#FFDB29
6#FFE254
7#FFEA7E
8#FFF1A9
9#FFF8D4
Tones
Muted variations
1#4E4104
2#493F08
3#453C0C
4#413910
5#3D3614
6#393418
7#35311D
8#312E21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF4 #FFF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEB #FFEB8A | BordersInactive statesPlaceholder text |
| 400 | FFE1 #FFE14D | Disabled statesSecondary iconsMuted text |
| 500 | FFD9 #FFD91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BB #E0BB00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B395 #B39500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806A #806A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5244 #524400 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF9DB;
--olive-200: #FFF4BD;
--olive-300: #FFEB8A;
--olive-400: #FFE14D;
--olive-500: #FFD91A;
--olive-600: #E0BB00;
--olive-700: #B39500;
--olive-800: #806A00;
--olive-900: #524400;
--olive-950: #332B00;
}