Olive
#9E8515
YellowColor Codes
All color formats for development
HEX
#9E8515RGB
rgb(158, 133, 21)HSL
hsl(49, 77%, 35%)OKLCH
oklch(0.622 0.122 94.9)CMYK
cmyk(0%, 16%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E7712
2#7E6A10
3#6F5D0E
4#5F500C
5#4F420A
6#3F3508
7#2F2806
8#201B04
9#100D02
Tints
Lighter variations
1#BB9D18
2#D9B61C
3#E4C432
4#E8CC4F
5#ECD56C
6#F0DD8A
7#F4E6A7
8#F7EEC4
9#FBF7E2
Tones
Muted variations
1#97801B
2#907C22
3#897829
4#827330
5#7C6F37
6#756B3E
7#6E6645
8#67624C
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD161 | Disabled statesSecondary iconsMuted text |
| 500 | E5C4 #E5C434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A7 #C7A71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E85 #9E8515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F7EEC4;
--olive-300: #F2E197;
--olive-400: #EAD161;
--olive-500: #E5C434;
--olive-600: #C7A71A;
--olive-700: #9E8515;
--olive-800: #715F0F;
--olive-900: #483D09;
--olive-950: #2D2606;
}