Olive
#9E9515
YellowColor Codes
All color formats for development
HEX
#9E9515RGB
rgb(158, 149, 21)HSL
hsl(56, 77%, 35%)OKLCH
oklch(0.657 0.134 105)CMYK
cmyk(0%, 6%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E8612
2#7E7710
3#6F680E
4#5F590C
5#4F4A0A
6#3F3C08
7#2F2D06
8#201E04
9#100F02
Tints
Lighter variations
1#BBB018
2#D9CC1C
3#E4D832
4#E8DE4F
5#ECE36C
6#F0E98A
7#F4EEA7
8#F7F4C4
9#FBF9E2
Tones
Muted variations
1#978F1B
2#908922
3#898329
4#827D30
5#7C7737
6#75713E
7#6E6B45
8#67654C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EB #F2EB97 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE161 | Disabled statesSecondary iconsMuted text |
| 500 | E5D9 #E5D934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7BB #C7BB1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E95 #9E9515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716A #716A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #484409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F7F4C4;
--olive-300: #F2EB97;
--olive-400: #EAE161;
--olive-500: #E5D934;
--olive-600: #C7BB1A;
--olive-700: #9E9515;
--olive-800: #716A0F;
--olive-900: #484409;
--olive-950: #2D2B06;
}