Olive
#ABA007
YellowColor Codes
All color formats for development
HEX
#ABA007RGB
rgb(171, 160, 7)HSL
hsl(56, 92%, 35%)OKLCH
oklch(0.693 0.145 104.6)CMYK
cmyk(0%, 6%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9006
2#898006
3#787005
4#676004
5#565004
6#454003
7#333002
8#222001
9#111001
Tints
Lighter variations
1#CBBE08
2#EBDC0A
3#F6E720
4#F7EB40
5#F8EE60
6#FAF280
7#FBF5A0
8#FCF8BF
9#FEFCDF
Tones
Muted variations
1#A3990F
2#9B9218
3#938B20
4#8B8428
5#827D30
6#7A7638
7#726F41
8#6A6749
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38E | BordersInactive statesPlaceholder text |
| 400 | F8ED #F8ED54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E8 #F6E823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7CA #D7CA09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ABA0 #ABA007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A73 #7A7305 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4903 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFBDD;
--olive-200: #FCF8BF;
--olive-300: #FAF38E;
--olive-400: #F8ED54;
--olive-500: #F6E823;
--olive-600: #D7CA09;
--olive-700: #ABA007;
--olive-800: #7A7305;
--olive-900: #4E4903;
--olive-950: #312E02;
}