Olive
#524100
YellowColor Codes
All color formats for development
HEX
#524100RGB
rgb(82, 65, 0)HSL
hsl(48, 100%, 16%)OKLCH
oklch(0.382 0.078 91.9)CMYK
cmyk(0%, 21%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493B00
2#413400
3#392E00
4#312700
5#292100
6#211A00
7#181400
8#100D00
9#080700
Tints
Lighter variations
1#7C6400
2#A78600
3#D2A800
4#FDCA00
5#FFD429
6#FFDD54
7#FFE57E
8#FFEEA9
9#FFF6D4
Tones
Muted variations
1#4E3F04
2#493C08
3#453A0C
4#413710
5#3D3514
6#393318
7#35301D
8#312E21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF2 #FFF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE8 #FFE88A | BordersInactive statesPlaceholder text |
| 400 | FFDB #FFDB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFD1 #FFD11A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B4 #E0B400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38F #B38F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8066 #806600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5241 #524100 | Primary textHigh emphasis contentDark headings |
| 950 | 3329 #332900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF8DB;
--olive-200: #FFF2BD;
--olive-300: #FFE88A;
--olive-400: #FFDB4D;
--olive-500: #FFD11A;
--olive-600: #E0B400;
--olive-700: #B38F00;
--olive-800: #806600;
--olive-900: #524100;
--olive-950: #332900;
}