Olive
#4F4103
YellowColor Codes
All color formats for development
HEX
#4F4103RGB
rgb(79, 65, 3)HSL
hsl(49, 93%, 16%)OKLCH
oklch(0.379 0.076 94.7)CMYK
cmyk(0%, 18%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473A03
2#3F3402
3#372D02
4#2F2702
5#272001
6#1F1A01
7#181301
8#100D01
9#080600
Tints
Lighter variations
1#786304
2#A18506
3#CBA707
4#F4C909
5#F8D330
6#F9DC5A
7#FBE583
8#FCEDAC
9#FEF6D6
Tones
Muted variations
1#4B3E07
2#473C0A
3#433A0E
4#403712
5#3C3516
6#38321A
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 | FDF1 #FDF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE7 #FBE78E | BordersInactive statesPlaceholder text |
| 400 | F9DA #F9DA53 | Disabled statesSecondary iconsMuted text |
| 500 | F7D0 #F7D022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9B2 #D9B208 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC8E #AC8E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B65 #7B6504 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F41 #4F4103 | 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: #FDF1BF;
--olive-300: #FBE78E;
--olive-400: #F9DA53;
--olive-500: #F7D022;
--olive-600: #D9B208;
--olive-700: #AC8E06;
--olive-800: #7B6504;
--olive-900: #4F4103;
--olive-950: #312902;
}