Olive
#9E8915
YellowColor Codes
All color formats for development
HEX
#9E8915RGB
rgb(158, 137, 21)HSL
hsl(51, 77%, 35%)OKLCH
oklch(0.631 0.125 97.7)CMYK
cmyk(0%, 13%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E7C12
2#7E6E10
3#6F600E
4#5F520C
5#4F450A
6#3F3708
7#2F2906
8#201B04
9#100E02
Tints
Lighter variations
1#BBA318
2#D9BC1C
3#E4CA32
4#E8D14F
5#ECD96C
6#F0E08A
7#F4E8A7
8#F7F0C4
9#FBF7E2
Tones
Muted variations
1#97851B
2#908022
3#897B29
4#827630
5#7C7137
6#756C3E
7#6E6845
8#67634C
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EAD6 #EAD661 | Disabled statesSecondary iconsMuted text |
| 500 | E5CA #E5CA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7AD #C7AD1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E89 #9E8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7162 #71620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF7DF;
--olive-200: #F7F0C4;
--olive-300: #F2E497;
--olive-400: #EAD661;
--olive-500: #E5CA34;
--olive-600: #C7AD1A;
--olive-700: #9E8915;
--olive-800: #71620F;
--olive-900: #483F09;
--olive-950: #2D2706;
}