Olive
#9F9A14
YellowColor Codes
All color formats for development
HEX
#9F9A14RGB
rgb(159, 154, 20)HSL
hsl(58, 78%, 35%)OKLCH
oklch(0.669 0.139 107.2)CMYK
cmyk(0%, 3%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8B12
2#7F7B10
3#6F6C0E
4#5F5D0C
5#4F4D0A
6#403E08
7#302E06
8#201F04
9#100F02
Tints
Lighter variations
1#BCB717
2#DAD41B
3#E5DF30
4#E9E44E
5#EDE86B
6#F0ED89
7#F4F1A6
8#F8F6C4
9#FBFAE1
Tones
Muted variations
1#98941B
2#918D22
3#8A8729
4#83802F
5#7C7A36
6#75733D
7#6E6D44
8#67664B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F6 #F8F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EF #F2EF97 | BordersInactive statesPlaceholder text |
| 400 | EBE7 #EBE760 | Disabled statesSecondary iconsMuted text |
| 500 | E6E0 #E6E033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C2 #C8C219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9A #9F9A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4947 #494709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF1;
--olive-100: #FBFADF;
--olive-200: #F8F6C4;
--olive-300: #F2EF97;
--olive-400: #EBE760;
--olive-500: #E6E033;
--olive-600: #C8C219;
--olive-700: #9F9A14;
--olive-800: #716E0E;
--olive-900: #494709;
--olive-950: #2D2C06;
}