Olive
#755E0B
YellowColor Codes
All color formats for development
HEX
#755E0BRGB
rgb(117, 94, 11)HSL
hsl(47, 83%, 25%)OKLCH
oklch(0.491 0.096 91.3)CMYK
cmyk(0%, 20%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69540A
2#5D4B09
3#524208
4#463807
5#3A2F05
6#2F2504
7#231C03
8#171302
9#0C0901
Tints
Lighter variations
1#987A0E
2#BB9611
3#DEB215
4#EBC22D
5#EFCC50
6#F2D673
7#F5E196
8#F8EBB9
9#FCF5DC
Tones
Muted variations
1#6F5B10
2#6A5815
3#65551B
4#5F5220
5#5A4F25
6#554C2B
7#504930
8#4A4635
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E0 #F5E094 | BordersInactive statesPlaceholder text |
| 400 | F0D0 #F0D05C | Disabled statesSecondary iconsMuted text |
| 500 | EBC2 #EBC22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA5 #CDA513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A383 #A3830F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | 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: #FCF6DE;
--olive-200: #F9EDC2;
--olive-300: #F5E094;
--olive-400: #F0D05C;
--olive-500: #EBC22D;
--olive-600: #CDA513;
--olive-700: #A3830F;
--olive-800: #755E0B;
--olive-900: #4B3C07;
--olive-950: #2F2504;
}