Olive
#9F9F14
YellowColor Codes
All color formats for development
HEX
#9F9F14RGB
rgb(159, 159, 20)HSL
hsl(60, 78%, 35%)OKLCH
oklch(0.68 0.144 109.7)CMYK
cmyk(0%, 0%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8F12
2#7F7F10
3#6F6F0E
4#5F5F0C
5#4F4F0A
6#404008
7#303006
8#202004
9#101002
Tints
Lighter variations
1#BCBC17
2#DADA1B
3#E5E530
4#E9E94E
5#EDED6B
6#F0F089
7#F4F4A6
8#F8F8C4
9#FBFBE1
Tones
Muted variations
1#98981B
2#919122
3#8A8A29
4#83832F
5#7C7C36
6#75753D
7#6E6E44
8#67674B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F8C4;
--olive-300: #F2F297;
--olive-400: #EBEB60;
--olive-500: #E6E633;
--olive-600: #C8C819;
--olive-700: #9F9F14;
--olive-800: #71710E;
--olive-900: #494909;
--olive-950: #2D2D06;
}