Olive
#ACAC06
YellowColor Codes
All color formats for development
HEX
#ACAC06RGB
rgb(172, 172, 6)HSL
hsl(60, 93%, 35%)OKLCH
oklch(0.721 0.156 109.7)CMYK
cmyk(0%, 0%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B9B06
2#8A8A05
3#797904
4#676704
5#565603
6#454502
7#343402
8#222201
9#111101
Tints
Lighter variations
1#CCCC07
2#ECEC09
3#F7F71F
4#F8F83F
5#F9F95F
6#FAFA7F
7#FCFC9F
8#FDFDBF
9#FEFEDF
Tones
Muted variations
1#A4A40F
2#9C9C17
3#93931F
4#8B8B27
5#838330
6#7A7A38
7#727240
8#6A6A49
9#626251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBFB #FBFB8E | BordersInactive statesPlaceholder text |
| 400 | F9F9 #F9F953 | Disabled statesSecondary iconsMuted text |
| 500 | F7F7 #F7F722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9D9 #D9D908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ACAC #ACAC06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B7B #7B7B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F4F #4F4F03 | 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: #FEFEF0;
--olive-100: #FEFEDD;
--olive-200: #FDFDBF;
--olive-300: #FBFB8E;
--olive-400: #F9F953;
--olive-500: #F7F722;
--olive-600: #D9D908;
--olive-700: #ACAC06;
--olive-800: #7B7B04;
--olive-900: #4F4F03;
--olive-950: #313102;
}