Olive
#9E9915
YellowColor Codes
All color formats for development
HEX
#9E9915RGB
rgb(158, 153, 21)HSL
hsl(58, 77%, 35%)OKLCH
oklch(0.666 0.138 107.2)CMYK
cmyk(0%, 3%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E8A12
2#7E7B10
3#6F6B0E
4#5F5C0C
5#4F4D0A
6#3F3D08
7#2F2E06
8#201F04
9#100F02
Tints
Lighter variations
1#BBB618
2#D9D21C
3#E4DE32
4#E8E34F
5#ECE86C
6#F0EC8A
7#F4F1A7
8#F7F6C4
9#FBFAE2
Tones
Muted variations
1#97931B
2#908D22
3#898629
4#828030
5#7C7937
6#75733E
7#6E6C45
8#67664C
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EAE6 #EAE661 | Disabled statesSecondary iconsMuted text |
| 500 | E5DF #E5DF34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C1 #C7C11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E99 #9E9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #484609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F7F6C4;
--olive-300: #F2EE97;
--olive-400: #EAE661;
--olive-500: #E5DF34;
--olive-600: #C7C11A;
--olive-700: #9E9915;
--olive-800: #716E0F;
--olive-900: #484609;
--olive-950: #2D2C06;
}