Olive
#4E4703
YellowColor Codes
All color formats for development
HEX
#4E4703RGB
rgb(78, 71, 3)HSL
hsl(54, 93%, 16%)OKLCH
oklch(0.393 0.081 102.9)CMYK
cmyk(0%, 9%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474003
2#3F3902
3#373202
4#2F2B02
5#272401
6#1F1C01
7#181501
8#100E01
9#080700
Tints
Lighter variations
1#786D04
2#A19206
3#CBB707
4#F4DD09
5#F8E430
6#F9E95A
7#FBEF83
8#FCF4AC
9#FEFAD6
Tones
Muted variations
1#4B4407
2#47410A
3#433E0E
4#403B12
5#3C3816
6#38351A
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 | FDF7 #FDF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF0 #FBF08E | BordersInactive statesPlaceholder text |
| 400 | F9E8 #F9E853 | Disabled statesSecondary iconsMuted text |
| 500 | F7E2 #F7E222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C4 #D9C408 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9C #AC9C06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6F #7B6F04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F47 #4F4703 | 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: #FDF7BF;
--olive-300: #FBF08E;
--olive-400: #F9E853;
--olive-500: #F7E222;
--olive-600: #D9C408;
--olive-700: #AC9C06;
--olive-800: #7B6F04;
--olive-900: #4F4703;
--olive-950: #312C02;
}