Olive
#4D4805
YellowColor Codes
All color formats for development
HEX
#4D4805RGB
rgb(77, 72, 5)HSL
hsl(56, 88%, 16%)OKLCH
oklch(0.394 0.081 104.8)CMYK
cmyk(0%, 6%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454104
2#3D3A04
3#363203
4#2E2B03
5#262402
6#1F1D02
7#171601
8#0F0E01
9#080700
Tints
Lighter variations
1#756E07
2#9D930A
3#C6B90D
4#EEDF0F
5#F2E636
6#F5EB5E
7#F7F086
8#FAF5AE
9#FCFAD7
Tones
Muted variations
1#494508
2#46420C
3#423F10
4#3E3B13
5#3B3817
6#37351A
7#34321E
8#302F22
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFBDD;
--olive-200: #FBF7C1;
--olive-300: #F8F191;
--olive-400: #F4EA57;
--olive-500: #F1E427;
--olive-600: #D3C60D;
--olive-700: #A89D0B;
--olive-800: #787008;
--olive-900: #4D4805;
--olive-950: #302D03;
}