Olive
#AB9B07
YellowColor Codes
All color formats for development
HEX
#AB9B07RGB
rgb(171, 155, 7)HSL
hsl(54, 92%, 35%)OKLCH
oklch(0.682 0.142 102)CMYK
cmyk(0%, 9%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A8B06
2#897C06
3#786C05
4#675D04
5#564D04
6#453E03
7#332E02
8#221F01
9#110F01
Tints
Lighter variations
1#CBB808
2#EBD40A
3#F6E020
4#F7E540
5#F8E960
6#FAED80
7#FBF2A0
8#FCF6BF
9#FEFBDF
Tones
Muted variations
1#A3940F
2#9B8E18
3#938720
4#8B8128
5#827A30
6#7A7438
7#726D41
8#6A6649
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF0 #FAF08E | BordersInactive statesPlaceholder text |
| 400 | F8E7 #F8E754 | Disabled statesSecondary iconsMuted text |
| 500 | F6E1 #F6E123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C3 #D7C309 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9B #AB9B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6F #7A6F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4703 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFADD;
--olive-200: #FCF6BF;
--olive-300: #FAF08E;
--olive-400: #F8E754;
--olive-500: #F6E123;
--olive-600: #D7C309;
--olive-700: #AB9B07;
--olive-800: #7A6F05;
--olive-900: #4E4703;
--olive-950: #312C02;
}