Olive
#9F9D14
YellowColor Codes
All color formats for development
HEX
#9F9D14RGB
rgb(159, 157, 20)HSL
hsl(59, 78%, 35%)OKLCH
oklch(0.676 0.142 108.7)CMYK
cmyk(0%, 1%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8D12
2#7F7D10
3#6F6E0E
4#5F5E0C
5#4F4E0A
6#403F08
7#302F06
8#201F04
9#101002
Tints
Lighter variations
1#BCBA17
2#DAD71B
3#E5E230
4#E9E74E
5#EDEB6B
6#F0EF89
7#F4F3A6
8#F8F7C4
9#FBFBE1
Tones
Muted variations
1#98961B
2#918F22
3#8A8829
4#83822F
5#7C7B36
6#75743D
7#6E6D44
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 | F8F7 #F8F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F1 #F2F197 | BordersInactive statesPlaceholder text |
| 400 | EBE9 #EBE960 | Disabled statesSecondary iconsMuted text |
| 500 | E6E3 #E6E333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C5 #C8C519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9D #9F9D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7170 #71700E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4948 #494809 | 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: #F8F7C4;
--olive-300: #F2F197;
--olive-400: #EBE960;
--olive-500: #E6E333;
--olive-600: #C8C519;
--olive-700: #9F9D14;
--olive-800: #71700E;
--olive-900: #494809;
--olive-950: #2D2D06;
}