Olive
#A19512
YellowColor Codes
All color formats for development
HEX
#A19512RGB
rgb(161, 149, 18)HSL
hsl(55, 80%, 35%)OKLCH
oklch(0.66 0.135 103.5)CMYK
cmyk(0%, 7%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918610
2#81770E
3#70680C
4#60590B
5#504A09
6#403C07
7#302D05
8#201E04
9#100F02
Tints
Lighter variations
1#BEB015
2#DCCC18
3#E8D82E
4#EBDE4C
5#EEE36A
6#F2E988
7#F5EEA5
8#F8F4C3
9#FCF9E1
Tones
Muted variations
1#9A8F19
2#928920
3#8B8327
4#847D2E
5#7D7736
6#76713D
7#6F6B44
8#68654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB95 | BordersInactive statesPlaceholder text |
| 400 | EDE1 #EDE15E | Disabled statesSecondary iconsMuted text |
| 500 | E8D9 #E8D930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CABB #CABB16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A195 #A19512 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 736A #736A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494408 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2B #2E2B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F4C3;
--olive-300: #F3EB95;
--olive-400: #EDE15E;
--olive-500: #E8D930;
--olive-600: #CABB16;
--olive-700: #A19512;
--olive-800: #736A0D;
--olive-900: #494408;
--olive-950: #2E2B05;
}