Olive
#9E8015
YellowColor Codes
All color formats for development
HEX
#9E8015RGB
rgb(158, 128, 21)HSL
hsl(47, 77%, 35%)OKLCH
oklch(0.611 0.119 91.3)CMYK
cmyk(0%, 19%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E7312
2#7E6710
3#6F5A0E
4#5F4D0C
5#4F400A
6#3F3308
7#2F2606
8#201A04
9#100D02
Tints
Lighter variations
1#BB9818
2#D9B01C
3#E4BE32
4#E8C74F
5#ECD06C
6#F0DA8A
7#F4E3A7
8#F7ECC4
9#FBF6E2
Tones
Muted variations
1#977C1B
2#907822
3#897529
4#827130
5#7C6D37
6#75693E
7#6E6545
8#67614C
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EC #F7ECC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EACD #EACD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5BE #E5BE34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A1 #C7A11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E80 #9E8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF5DF;
--olive-200: #F7ECC4;
--olive-300: #F2DE97;
--olive-400: #EACD61;
--olive-500: #E5BE34;
--olive-600: #C7A11A;
--olive-700: #9E8015;
--olive-800: #715C0F;
--olive-900: #483B09;
--olive-950: #2D2506;
}