Olive
#4F4702
YellowColor Codes
All color formats for development
HEX
#4F4702RGB
rgb(79, 71, 2)HSL
hsl(54, 95%, 16%)OKLCH
oklch(0.394 0.081 102)CMYK
cmyk(0%, 10%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484102
2#403902
3#383201
4#302B01
5#282401
6#201D01
7#181601
8#100E00
9#080700
Tints
Lighter variations
1#796E03
2#A39304
3#CDB905
4#F7DF06
5#FAE52E
6#FBEA58
7#FCF082
8#FDF5AB
9#FEFAD5
Tones
Muted variations
1#4C4506
2#48420A
3#443F0E
4#403B12
5#3C3815
6#383519
7#34321D
8#312F21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF7 #FDF7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF1 #FCF18D | BordersInactive statesPlaceholder text |
| 400 | FBEA #FBEA51 | Disabled statesSecondary iconsMuted text |
| 500 | F9E3 #F9E31F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC5 #DBC506 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE9D #AE9D04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C70 #7C7003 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504802 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF7BE;
--olive-300: #FCF18D;
--olive-400: #FBEA51;
--olive-500: #F9E31F;
--olive-600: #DBC506;
--olive-700: #AE9D04;
--olive-800: #7C7003;
--olive-900: #504802;
--olive-950: #322D01;
}