Olive
#4E4803
YellowColor Codes
All color formats for development
HEX
#4E4803RGB
rgb(78, 72, 3)HSL
hsl(55, 93%, 16%)OKLCH
oklch(0.395 0.082 103.9)CMYK
cmyk(0%, 8%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474103
2#3F3A02
3#373302
4#2F2B02
5#272401
6#1F1D01
7#181601
8#100E01
9#080700
Tints
Lighter variations
1#786E04
2#A19406
3#CBBA07
4#F4E109
5#F8E730
6#F9EC5A
7#FBF183
8#FCF5AC
9#FEFAD6
Tones
Muted variations
1#4B4507
2#47420A
3#433F0E
4#403C12
5#3C3916
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 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28E | BordersInactive statesPlaceholder text |
| 400 | F9EB #F9EB53 | Disabled statesSecondary iconsMuted text |
| 500 | F7E5 #F7E522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9C7 #D9C708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC9E #AC9E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B71 #7B7104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F48 #4F4803 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFBDD;
--olive-200: #FDF8BF;
--olive-300: #FBF28E;
--olive-400: #F9EB53;
--olive-500: #F7E522;
--olive-600: #D9C708;
--olive-700: #AC9E06;
--olive-800: #7B7104;
--olive-900: #4F4803;
--olive-950: #312D02;
}