Olive
#525200
YellowColor Codes
All color formats for development
HEX
#525200RGB
rgb(82, 82, 0)HSL
hsl(60, 100%, 16%)OKLCH
oklch(0.425 0.093 109.8)CMYK
cmyk(0%, 0%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494900
2#414100
3#393900
4#313100
5#292900
6#212100
7#181800
8#101000
9#080800
Tints
Lighter variations
1#7C7C00
2#A7A700
3#D2D200
4#FDFD00
5#FFFF29
6#FFFF54
7#FFFF7E
8#FFFFA9
9#FFFFD4
Tones
Muted variations
1#4E4E04
2#494908
3#45450C
4#414110
5#3D3D14
6#393918
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 #FFFFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFF #FFFFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFFF #FFFF8A | BordersInactive statesPlaceholder text |
| 400 | FFFF #FFFF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFFF #FFFF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0E0 #E0E000 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3B3 #B3B300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8080 #808000 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5252 #525200 | Primary textHigh emphasis contentDark headings |
| 950 | 3333 #333300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FFFFDB;
--olive-200: #FFFFBD;
--olive-300: #FFFF8A;
--olive-400: #FFFF4D;
--olive-500: #FFFF1A;
--olive-600: #E0E000;
--olive-700: #B3B300;
--olive-800: #808000;
--olive-900: #525200;
--olive-950: #333300;
}