Olive
#756A0B
YellowColor Codes
All color formats for development
HEX
#756A0BRGB
rgb(117, 106, 11)HSL
hsl(54, 83%, 25%)OKLCH
oklch(0.519 0.105 102)CMYK
cmyk(0%, 9%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#695F0A
2#5D5509
3#524A08
4#464007
5#3A3505
6#2F2A04
7#232003
8#171502
9#0C0B01
Tints
Lighter variations
1#988A0E
2#BBAA11
3#DECA15
4#EBD82D
5#EFDF50
6#F2E573
7#F5EC96
8#F8F2B9
9#FCF9DC
Tones
Muted variations
1#6F6610
2#6A6215
3#655D1B
4#5F5920
5#5A5525
6#55512B
7#504C30
8#4A4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EB #F5EB94 | BordersInactive statesPlaceholder text |
| 400 | F0E1 #F0E15C | Disabled statesSecondary iconsMuted text |
| 500 | EBD8 #EBD82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBB #CDBB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A395 #A3950F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756A #756A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF9DE;
--olive-200: #F9F4C2;
--olive-300: #F5EB94;
--olive-400: #F0E15C;
--olive-500: #EBD82D;
--olive-600: #CDBB13;
--olive-700: #A3950F;
--olive-800: #756A0B;
--olive-900: #4B4407;
--olive-950: #2F2A04;
}