Olive
#AB8D07
YellowColor Codes
All color formats for development
HEX
#AB8D07RGB
rgb(171, 141, 7)HSL
hsl(49, 92%, 35%)OKLCH
oklch(0.652 0.132 93.5)CMYK
cmyk(0%, 18%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A7F06
2#897106
3#786305
4#675504
5#564704
6#453903
7#332A02
8#221C01
9#110E01
Tints
Lighter variations
1#CBA708
2#EBC20A
3#F6CF20
4#F7D540
5#F8DC60
6#FAE380
7#FBEAA0
8#FCF1BF
9#FEF8DF
Tones
Muted variations
1#A3880F
2#9B8318
3#937E20
4#8B7828
5#827330
6#7A6E38
7#726941
8#6A6449
9#615E51
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 | FCF1 #FCF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE7 #FAE78E | BordersInactive statesPlaceholder text |
| 400 | F8DA #F8DA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6CF #F6CF23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B2 #D7B209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB8D #AB8D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A65 #7A6505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FCF1BF;
--olive-300: #FAE78E;
--olive-400: #F8DA54;
--olive-500: #F6CF23;
--olive-600: #D7B209;
--olive-700: #AB8D07;
--olive-800: #7A6505;
--olive-900: #4E4103;
--olive-950: #312802;
}