Olive
#755C0B
YellowColor Codes
All color formats for development
HEX
#755C0BRGB
rgb(117, 92, 11)HSL
hsl(46, 83%, 25%)OKLCH
oklch(0.487 0.095 89.3)CMYK
cmyk(0%, 21%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69530A
2#5D4A09
3#524008
4#463707
5#3A2E05
6#2F2504
7#231C03
8#171202
9#0C0901
Tints
Lighter variations
1#98780E
2#BB9311
3#DEAF15
4#EBBF2D
5#EFCA50
6#F2D473
7#F5DF96
8#F8EAB9
9#FCF4DC
Tones
Muted variations
1#6F5910
2#6A5615
3#65541B
4#5F5120
5#5A4E25
6#554B2B
7#504830
8#4A4535
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DE #F5DE94 | BordersInactive statesPlaceholder text |
| 400 | F0CD #F0CD5C | Disabled statesSecondary iconsMuted text |
| 500 | EBBF #EBBF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA2 #CDA213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A381 #A3810F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755C #755C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF5DE;
--olive-200: #F9EDC2;
--olive-300: #F5DE94;
--olive-400: #F0CD5C;
--olive-500: #EBBF2D;
--olive-600: #CDA213;
--olive-700: #A3810F;
--olive-800: #755C0B;
--olive-900: #4B3B07;
--olive-950: #2F2504;
}