Olive
#9D8015
YellowColor Codes
All color formats for development
HEX
#9D8015RGB
rgb(157, 128, 21)HSL
hsl(47, 76%, 35%)OKLCH
oklch(0.61 0.119 91.9)CMYK
cmyk(0%, 18%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7313
2#7E6611
3#6E590F
4#5E4D0D
5#4F400B
6#3F3309
7#2F2606
8#1F1A04
9#100D02
Tints
Lighter variations
1#BA9719
2#D7AF1D
3#E3BD33
4#E7C650
5#EBD06D
6#EFD98A
7#F3E3A7
8#F7ECC5
9#FBF6E2
Tones
Muted variations
1#967C1C
2#907823
3#89742A
4#827031
5#7B6C37
6#74693E
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 | F7EC #F7ECC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DE #F1DE98 | BordersInactive statesPlaceholder text |
| 400 | EACC #EACC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BE #E3BE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A1 #C5A11B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D80 #9D8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705B #705B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483A #483A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FBF5E0;
--olive-200: #F7ECC5;
--olive-300: #F1DE98;
--olive-400: #EACC62;
--olive-500: #E3BE35;
--olive-600: #C5A11B;
--olive-700: #9D8015;
--olive-800: #705B0F;
--olive-900: #483A0A;
--olive-950: #2D2406;
}