Olive
#9D8215
YellowColor Codes
All color formats for development
HEX
#9D8215RGB
rgb(157, 130, 21)HSL
hsl(48, 76%, 35%)OKLCH
oklch(0.614 0.12 93.4)CMYK
cmyk(0%, 17%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7513
2#7E6811
3#6E5B0F
4#5E4E0D
5#4F410B
6#3F3409
7#2F2706
8#1F1A04
9#100D02
Tints
Lighter variations
1#BA9A19
2#D7B21D
3#E3C033
4#E7C950
5#EBD26D
6#EFDB8A
7#F3E4A7
8#F7EDC5
9#FBF6E2
Tones
Muted variations
1#967E1C
2#907A23
3#89762A
4#827231
5#7B6E37
6#746A3E
7#6E6545
8#67614C
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7ED #F7EDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DF #F1DF98 | BordersInactive statesPlaceholder text |
| 400 | EACE #EACE62 | Disabled statesSecondary iconsMuted text |
| 500 | E3C1 #E3C135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A3 #C5A31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D82 #9D8215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705D #705D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B0A | 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: #FDFBF2;
--olive-100: #FBF5E0;
--olive-200: #F7EDC5;
--olive-300: #F1DF98;
--olive-400: #EACE62;
--olive-500: #E3C135;
--olive-600: #C5A31B;
--olive-700: #9D8215;
--olive-800: #705D0F;
--olive-900: #483B0A;
--olive-950: #2D2506;
}