Olive
#ADAD05
YellowColor Codes
All color formats for development
HEX
#ADAD05RGB
rgb(173, 173, 5)HSL
hsl(60, 94%, 35%)OKLCH
oklch(0.724 0.157 109.8)CMYK
cmyk(0%, 0%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9C05
2#8B8B04
3#797904
4#686803
5#575703
6#454502
7#343402
8#232301
9#111101
Tints
Lighter variations
1#CDCD06
2#EDED07
3#F8F81E
4#F9F93E
5#FAFA5E
6#FBFB7E
7#FCFC9F
8#FDFDBF
9#FEFEDF
Tones
Muted variations
1#A5A50E
2#9C9C16
3#94941F
4#8C8C27
5#83832F
6#7B7B38
7#727240
8#6A6A48
9#626251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBFB #FBFB8D | BordersInactive statesPlaceholder text |
| 400 | FAFA #FAFA52 | Disabled statesSecondary iconsMuted text |
| 500 | F8F8 #F8F820 | Primary brand colorCTAsActive elementsLinks |
| 600 | DADA #DADA07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ADAD #ADAD05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C7C #7C7C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F4F #4F4F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFFF0;
--olive-100: #FEFEDC;
--olive-200: #FDFDBF;
--olive-300: #FBFB8D;
--olive-400: #FAFA52;
--olive-500: #F8F820;
--olive-600: #DADA07;
--olive-700: #ADAD05;
--olive-800: #7C7C04;
--olive-900: #4F4F02;
--olive-950: #313102;
}