Olive
#524000
YellowColor Codes
All color formats for development
HEX
#524000RGB
rgb(82, 64, 0)HSL
hsl(47, 100%, 16%)OKLCH
oklch(0.38 0.078 90.6)CMYK
cmyk(0%, 22%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493A00
2#413300
3#392D00
4#312600
5#292000
6#211A00
7#181300
8#100D00
9#080600
Tints
Lighter variations
1#7C6100
2#A78300
3#D2A500
4#FDC600
5#FFD129
6#FFDA54
7#FFE37E
8#FFECA9
9#FFF6D4
Tones
Muted variations
1#4E3E04
2#493B08
3#45390C
4#413710
5#3D3414
6#393218
7#35301D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF7 #FFF7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF1 #FFF1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE6 #FFE68A | BordersInactive statesPlaceholder text |
| 400 | FFD8 #FFD84D | Disabled statesSecondary iconsMuted text |
| 500 | FFCD #FFCD1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B0 #E0B000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38C #B38C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8064 #806400 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5240 #524000 | Primary textHigh emphasis contentDark headings |
| 950 | 3328 #332800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF7DB;
--olive-200: #FFF1BD;
--olive-300: #FFE68A;
--olive-400: #FFD84D;
--olive-500: #FFCD1A;
--olive-600: #E0B000;
--olive-700: #B38C00;
--olive-800: #806400;
--olive-900: #524000;
--olive-950: #332800;
}