Olive
#9F8A14
YellowColor Codes
All color formats for development
HEX
#9F8A14RGB
rgb(159, 138, 20)HSL
hsl(51, 78%, 35%)OKLCH
oklch(0.634 0.126 97.8)CMYK
cmyk(0%, 13%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7C12
2#7F6E10
3#6F610E
4#5F530C
5#4F450A
6#403708
7#302906
8#201C04
9#100E02
Tints
Lighter variations
1#BCA417
2#DABD1B
3#E5CA30
4#E9D24E
5#EDD96B
6#F0E189
7#F4E8A6
8#F8F0C4
9#FBF7E1
Tones
Muted variations
1#98851B
2#918022
3#8A7B29
4#83762F
5#7C7236
6#756D3D
7#6E6844
8#67634B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EBD6 #EBD660 | Disabled statesSecondary iconsMuted text |
| 500 | E6CB #E6CB33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AD #C8AD19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8A #9F8A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7163 #71630E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF7DF;
--olive-200: #F8F0C4;
--olive-300: #F2E497;
--olive-400: #EBD660;
--olive-500: #E6CB33;
--olive-600: #C8AD19;
--olive-700: #9F8A14;
--olive-800: #71630E;
--olive-900: #493F09;
--olive-950: #2D2706;
}