Olive
#4E4203
YellowColor Codes
All color formats for development
HEX
#4E4203RGB
rgb(78, 66, 3)HSL
hsl(50, 93%, 16%)OKLCH
oklch(0.38 0.077 97)CMYK
cmyk(0%, 15%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473B03
2#3F3502
3#372E02
4#2F2802
5#272101
6#1F1A01
7#181401
8#100D01
9#080700
Tints
Lighter variations
1#786504
2#A18706
3#CBAA07
4#F4CD09
5#F8D630
6#F9DE5A
7#FBE783
8#FCEFAC
9#FEF7D6
Tones
Muted variations
1#4B4007
2#473D0A
3#433B0E
4#403812
5#3C3516
6#38331A
7#34301D
8#302E21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF2 #FDF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE9 #FBE98E | BordersInactive statesPlaceholder text |
| 400 | F9DD #F9DD53 | Disabled statesSecondary iconsMuted text |
| 500 | F7D3 #F7D322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B6 #D9B608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC91 #AC9106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B67 #7B6704 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F42 #4F4203 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FDF2BF;
--olive-300: #FBE98E;
--olive-400: #F9DD53;
--olive-500: #F7D322;
--olive-600: #D9B608;
--olive-700: #AC9106;
--olive-800: #7B6704;
--olive-900: #4F4203;
--olive-950: #312902;
}