Olive
#4D4605
YellowColor Codes
All color formats for development
HEX
#4D4605RGB
rgb(77, 70, 5)HSL
hsl(54, 88%, 16%)OKLCH
oklch(0.389 0.079 102.6)CMYK
cmyk(0%, 9%, 94%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453F04
2#3D3804
3#363103
4#2E2A03
5#262302
6#1F1C02
7#171501
8#0F0E01
9#080700
Tints
Lighter variations
1#756A07
2#9D8F0A
3#C6B30D
4#EED80F
5#F2DF36
6#F5E65E
7#F7EC86
8#FAF2AE
9#FCF9D7
Tones
Muted variations
1#494308
2#46400C
3#423D10
4#3E3A13
5#3B3717
6#37341A
7#34311E
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 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF5C1;
--olive-300: #F8EE91;
--olive-400: #F4E557;
--olive-500: #F1DD27;
--olive-600: #D3BF0D;
--olive-700: #A8980B;
--olive-800: #786D08;
--olive-900: #4D4605;
--olive-950: #302B03;
}