Olive
#AA9D08
YellowColor Codes
All color formats for development
HEX
#AA9D08RGB
rgb(170, 157, 8)HSL
hsl(55, 91%, 35%)OKLCH
oklch(0.686 0.143 103.5)CMYK
cmyk(0%, 8%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998D07
2#887E06
3#776E06
4#665E05
5#554E04
6#443F03
7#332F02
8#221F02
9#111001
Tints
Lighter variations
1#CABA0A
2#EAD70B
3#F5E321
4#F6E741
5#F8EB61
6#F9EF80
7#FBF3A0
8#FCF7C0
9#FEFBDF
Tones
Muted variations
1#A29610
2#9A8F18
3#928920
4#8A8229
5#827B31
6#7A7439
7#726E41
8#696749
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18F | BordersInactive statesPlaceholder text |
| 400 | F7E9 #F7E955 | Disabled statesSecondary iconsMuted text |
| 500 | F5E3 #F5E324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C5 #D6C50A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9D #AA9D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A70 #7A7006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4804 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF7C0;
--olive-300: #FAF18F;
--olive-400: #F7E955;
--olive-500: #F5E324;
--olive-600: #D6C50A;
--olive-700: #AA9D08;
--olive-800: #7A7006;
--olive-900: #4E4804;
--olive-950: #312D02;
}