Olive
#4F4303
YellowColor Codes
All color formats for development
HEX
#4F4303RGB
rgb(79, 67, 3)HSL
hsl(51, 93%, 16%)OKLCH
oklch(0.384 0.077 97.2)CMYK
cmyk(0%, 15%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473D03
2#3F3602
3#372F02
4#2F2802
5#272201
6#1F1B01
7#181401
8#100D01
9#080700
Tints
Lighter variations
1#786704
2#A18A06
3#CBAD07
4#F4D109
5#F8DA30
6#F9E15A
7#FBE983
8#FCF0AC
9#FEF8D6
Tones
Muted variations
1#4B4107
2#473E0A
3#433B0E
4#403912
5#3C3616
6#38331A
7#34311D
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 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF3 #FDF3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEB #FBEB8E | BordersInactive statesPlaceholder text |
| 400 | F9E0 #F9E053 | Disabled statesSecondary iconsMuted text |
| 500 | F7D7 #F7D722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B9 #D9B908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC93 #AC9306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B69 #7B6904 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F43 #4F4303 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF9DD;
--olive-200: #FDF3BF;
--olive-300: #FBEB8E;
--olive-400: #F9E053;
--olive-500: #F7D722;
--olive-600: #D9B908;
--olive-700: #AC9306;
--olive-800: #7B6904;
--olive-900: #4F4303;
--olive-950: #312A02;
}