Olive
#4F4603
YellowColor Codes
All color formats for development
HEX
#4F4603RGB
rgb(79, 70, 3)HSL
hsl(53, 93%, 16%)OKLCH
oklch(0.391 0.08 100.8)CMYK
cmyk(0%, 11%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#473F03
2#3F3802
3#373102
4#2F2A02
5#272301
6#1F1C01
7#181501
8#100E01
9#080700
Tints
Lighter variations
1#786B04
2#A18F06
3#CBB407
4#F4D909
5#F8E030
6#F9E65A
7#FBED83
8#FCF3AC
9#FEF9D6
Tones
Muted variations
1#4B4307
2#47400A
3#433D0E
4#403A12
5#3C3716
6#38341A
7#34321D
8#302F21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEE #FBEE8E | BordersInactive statesPlaceholder text |
| 400 | F9E5 #F9E553 | Disabled statesSecondary iconsMuted text |
| 500 | F7DE #F7DE22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C0 #D9C008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC99 #AC9906 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6D #7B6D04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F46 #4F4603 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFADD;
--olive-200: #FDF5BF;
--olive-300: #FBEE8E;
--olive-400: #F9E553;
--olive-500: #F7DE22;
--olive-600: #D9C008;
--olive-700: #AC9906;
--olive-800: #7B6D04;
--olive-900: #4F4603;
--olive-950: #312C02;
}