Olive
#756C0B
YellowColor Codes
All color formats for development
HEX
#756C0BRGB
rgb(117, 108, 11)HSL
hsl(55, 83%, 25%)OKLCH
oklch(0.523 0.107 103.5)CMYK
cmyk(0%, 8%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69610A
2#5D5609
3#524B08
4#464107
5#3A3605
6#2F2B04
7#232003
8#171602
9#0C0B01
Tints
Lighter variations
1#988C0E
2#BBAD11
3#DECD15
4#EBDC2D
5#EFE250
6#F2E773
7#F5ED96
8#F8F3B9
9#FCF9DC
Tones
Muted variations
1#6F6710
2#6A6315
3#655F1B
4#5F5A20
5#5A5625
6#55512B
7#504D30
8#4A4935
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F5 #F9F5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5ED #F5ED94 | BordersInactive statesPlaceholder text |
| 400 | F0E3 #F0E35C | Disabled statesSecondary iconsMuted text |
| 500 | EBDC #EBDC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBE #CDBE13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A397 #A3970F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCF9DE;
--olive-200: #F9F5C2;
--olive-300: #F5ED94;
--olive-400: #F0E35C;
--olive-500: #EBDC2D;
--olive-600: #CDBE13;
--olive-700: #A3970F;
--olive-800: #756C0B;
--olive-900: #4B4507;
--olive-950: #2F2B04;
}