Olive
#9E8E15
YellowColor Codes
All color formats for development
HEX
#9E8E15RGB
rgb(158, 142, 21)HSL
hsl(53, 77%, 35%)OKLCH
oklch(0.642 0.129 100.9)CMYK
cmyk(0%, 10%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E8012
2#7E7210
3#6F630E
4#5F550C
5#4F470A
6#3F3908
7#2F2B06
8#201C04
9#100E02
Tints
Lighter variations
1#BBA818
2#D9C31C
3#E4CF32
4#E8D64F
5#ECDD6C
6#F0E48A
7#F4EBA7
8#F7F1C4
9#FBF8E2
Tones
Muted variations
1#97891B
2#908322
3#897E29
4#827930
5#7C7437
6#756E3E
7#6E6945
8#67644C
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5D0 #E5D034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7B2 #C7B21A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E8E #9E8E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7165 #71650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #484109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F7F1C4;
--olive-300: #F2E797;
--olive-400: #EADA61;
--olive-500: #E5D034;
--olive-600: #C7B21A;
--olive-700: #9E8E15;
--olive-800: #71650F;
--olive-900: #484109;
--olive-950: #2D2906;
}