Olive
#4F4503
YellowColor Codes
All color formats for development
HEX
#4F4503RGB
rgb(79, 69, 3)HSL
hsl(52, 93%, 16%)OKLCH
oklch(0.389 0.079 99.6)CMYK
cmyk(0%, 13%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473E03
2#3F3702
3#373002
4#2F2902
5#272201
6#1F1B01
7#181501
8#100E01
9#080700
Tints
Lighter variations
1#786904
2#A18D06
3#CBB107
4#F4D509
5#F8DD30
6#F9E45A
7#FBEB83
8#FCF1AC
9#FEF8D6
Tones
Muted variations
1#4B4207
2#473F0A
3#433C0E
4#403912
5#3C3716
6#38341A
7#34311D
8#302E21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF4 #FDF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEC #FBEC8E | BordersInactive statesPlaceholder text |
| 400 | F9E3 #F9E353 | Disabled statesSecondary iconsMuted text |
| 500 | F7DB #F7DB22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9BD #D9BD08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC96 #AC9606 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6B #7B6B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F45 #4F4503 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEF9DD;
--olive-200: #FDF4BF;
--olive-300: #FBEC8E;
--olive-400: #F9E353;
--olive-500: #F7DB22;
--olive-600: #D9BD08;
--olive-700: #AC9606;
--olive-800: #7B6B04;
--olive-900: #4F4503;
--olive-950: #312B02;
}