Olive
#4F4502
YellowColor Codes
All color formats for development
HEX
#4F4502RGB
rgb(79, 69, 2)HSL
hsl(52, 95%, 16%)OKLCH
oklch(0.389 0.08 99.7)CMYK
cmyk(0%, 13%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483E02
2#403702
3#383001
4#302A01
5#282301
6#201C01
7#181501
8#100E00
9#080700
Tints
Lighter variations
1#796A03
2#A38E04
3#CDB205
4#F7D706
5#FADF2E
6#FBE558
7#FCEC82
8#FDF2AB
9#FEF9D5
Tones
Muted variations
1#4C4206
2#48400A
3#443D0E
4#403A12
5#3C3715
6#383419
7#34311D
8#312E21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCED #FCED8D | BordersInactive statesPlaceholder text |
| 400 | FBE4 #FBE451 | Disabled statesSecondary iconsMuted text |
| 500 | F9DC #F9DC1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBBE #DBBE06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE97 #AE9704 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6C #7C6C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5045 #504502 | Primary textHigh emphasis contentDark headings |
| 950 | 322B #322B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF5BE;
--olive-300: #FCED8D;
--olive-400: #FBE451;
--olive-500: #F9DC1F;
--olive-600: #DBBE06;
--olive-700: #AE9704;
--olive-800: #7C6C03;
--olive-900: #504502;
--olive-950: #322B01;
}