Olive
#AB9007
YellowColor Codes
All color formats for development
HEX
#AB9007RGB
rgb(171, 144, 7)HSL
hsl(50, 92%, 35%)OKLCH
oklch(0.659 0.134 95.5)CMYK
cmyk(0%, 16%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A8206
2#897306
3#786505
4#675604
5#564804
6#453A03
7#332B02
8#221D01
9#110E01
Tints
Lighter variations
1#CBAB08
2#EBC50A
3#F6D220
4#F7D940
5#F8DF60
6#FAE580
7#FBECA0
8#FCF2BF
9#FEF9DF
Tones
Muted variations
1#A38B0F
2#9B8518
3#938020
4#8B7A28
5#827530
6#7A6F38
7#726A41
8#6A6449
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88E | BordersInactive statesPlaceholder text |
| 400 | F8DC #F8DC54 | Disabled statesSecondary iconsMuted text |
| 500 | F6D3 #F6D323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B5 #D7B509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB90 #AB9007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A67 #7A6705 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4203 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FCF2BF;
--olive-300: #FAE88E;
--olive-400: #F8DC54;
--olive-500: #F6D323;
--olive-600: #D7B509;
--olive-700: #AB9007;
--olive-800: #7A6705;
--olive-900: #4E4203;
--olive-950: #312902;
}