Olive
#A89D0B
YellowColor Codes
All color formats for development
HEX
#A89D0BRGB
rgb(168, 157, 11)HSL
hsl(56, 88%, 35%)OKLCH
oklch(0.684 0.143 104.5)CMYK
cmyk(0%, 7%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#978E0A
2#867E09
3#756E07
4#655E06
5#544F05
6#433F04
7#322F03
8#221F02
9#111001
Tints
Lighter variations
1#C7BB0D
2#E6D80F
3#F1E325
4#F3E744
5#F5EB63
6#F7EF82
7#F9F3A2
8#FBF7C1
9#FDFBE0
Tones
Muted variations
1#A09713
2#98901A
3#908922
4#88822A
5#817B32
6#79743A
7#716E42
8#69674A
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFBDD;
--olive-200: #FBF7C1;
--olive-300: #F8F191;
--olive-400: #F4EA57;
--olive-500: #F1E427;
--olive-600: #D3C60D;
--olive-700: #A89D0B;
--olive-800: #787008;
--olive-900: #4D4805;
--olive-950: #302D03;
}