Olive
#756F0B
YellowColor Codes
All color formats for development
HEX
#756F0BRGB
rgb(117, 111, 11)HSL
hsl(57, 83%, 25%)OKLCH
oklch(0.53 0.109 105.7)CMYK
cmyk(0%, 5%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69640A
2#5D5909
3#524E08
4#464307
5#3A3805
6#2F2D04
7#232103
8#171602
9#0C0B01
Tints
Lighter variations
1#98910E
2#BBB211
3#DED415
4#EBE22D
5#EFE750
6#F2EC73
7#F5F096
8#F8F5B9
9#FCFADC
Tones
Muted variations
1#6F6B10
2#6A6615
3#65611B
4#5F5C20
5#5A5825
6#55532B
7#504E30
8#4A4935
9#45453A
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 | F9F7 #F9F7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F0 #F5F094 | BordersInactive statesPlaceholder text |
| 400 | F0E8 #F0E85C | Disabled statesSecondary iconsMuted text |
| 500 | EBE2 #EBE22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC4 #CDC413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39C #A39C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756F #756F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B47 #4B4707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #F9F7C2;
--olive-300: #F5F094;
--olive-400: #F0E85C;
--olive-500: #EBE22D;
--olive-600: #CDC413;
--olive-700: #A39C0F;
--olive-800: #756F0B;
--olive-900: #4B4707;
--olive-950: #2F2D04;
}