Olive
#AB9507
YellowColor Codes
All color formats for development
HEX
#AB9507RGB
rgb(171, 149, 7)HSL
hsl(52, 92%, 35%)OKLCH
oklch(0.669 0.137 98.5)CMYK
cmyk(0%, 13%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A8706
2#897806
3#786905
4#675A04
5#564B04
6#453C03
7#332D02
8#221E01
9#110F01
Tints
Lighter variations
1#CBB108
2#EBCD0A
3#F6D920
4#F7DF40
5#F8E460
6#FAE980
7#FBEFA0
8#FCF4BF
9#FEFADF
Tones
Muted variations
1#A38F0F
2#9B8918
3#938320
4#8B7D28
5#827730
6#7A7138
7#726B41
8#6A6549
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEC #FAEC8E | BordersInactive statesPlaceholder text |
| 400 | F8E2 #F8E254 | Disabled statesSecondary iconsMuted text |
| 500 | F6DA #F6DA23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7BC #D7BC09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB95 #AB9507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6B #7A6B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4403 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEF9DD;
--olive-200: #FCF4BF;
--olive-300: #FAEC8E;
--olive-400: #F8E254;
--olive-500: #F6DA23;
--olive-600: #D7BC09;
--olive-700: #AB9507;
--olive-800: #7A6B05;
--olive-900: #4E4403;
--olive-950: #312B02;
}