Olive
#4C4C05
YellowColor Codes
All color formats for development
HEX
#4C4C05RGB
rgb(76, 76, 5)HSL
hsl(60, 88%, 16%)OKLCH
oklch(0.403 0.085 109.7)CMYK
cmyk(0%, 0%, 93%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454504
2#3D3D04
3#363603
4#2E2E03
5#262602
6#1F1F02
7#171701
8#0F0F01
9#080800
Tints
Lighter variations
1#757507
2#9D9D0A
3#C6C60D
4#EEEE0F
5#F2F236
6#F5F55E
7#F7F786
8#FAFAAE
9#FCFCD7
Tones
Muted variations
1#494908
2#46460C
3#424210
4#3E3E13
5#3B3B17
6#37371A
7#34341E
8#303022
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDD;
--olive-200: #FBFBC1;
--olive-300: #F8F891;
--olive-400: #F4F457;
--olive-500: #F1F127;
--olive-600: #D3D30D;
--olive-700: #A8A80B;
--olive-800: #787808;
--olive-900: #4D4D05;
--olive-950: #303003;
}