Olive
#746D0B
YellowColor Codes
All color formats for development
HEX
#746D0BRGB
rgb(116, 109, 11)HSL
hsl(56, 83%, 25%)OKLCH
oklch(0.525 0.108 104.9)CMYK
cmyk(0%, 6%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69630A
2#5D5809
3#524D08
4#464207
5#3A3705
6#2F2C04
7#232103
8#171602
9#0C0B01
Tints
Lighter variations
1#988E0E
2#BBAF11
3#DED015
4#EBDF2D
5#EFE450
6#F2EA73
7#F5EF96
8#F8F4B9
9#FCFADC
Tones
Muted variations
1#6F6910
2#6A6415
3#65601B
4#5F5B20
5#5A5725
6#55522B
7#504E30
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 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F6 #F9F6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EF #F5EF94 | BordersInactive statesPlaceholder text |
| 400 | F0E6 #F0E65C | Disabled statesSecondary iconsMuted text |
| 500 | EBDF #EBDF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC1 #CDC113 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A399 #A3990F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756E #756E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B46 #4B4607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2C #2F2C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #F9F6C2;
--olive-300: #F5EF94;
--olive-400: #F0E65C;
--olive-500: #EBDF2D;
--olive-600: #CDC113;
--olive-700: #A3990F;
--olive-800: #756E0B;
--olive-900: #4B4607;
--olive-950: #2F2C04;
}