Olive
#4F4F03
YellowColor Codes
All color formats for development
HEX
#4F4F03RGB
rgb(79, 79, 3)HSL
hsl(60, 93%, 16%)OKLCH
oklch(0.414 0.089 109.7)CMYK
cmyk(0%, 0%, 96%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474703
2#3F3F02
3#373702
4#2F2F02
5#272701
6#1F1F01
7#181801
8#101001
9#080800
Tints
Lighter variations
1#787804
2#A1A106
3#CBCB07
4#F4F409
5#F8F830
6#F9F95A
7#FBFB83
8#FCFCAC
9#FEFED6
Tones
Muted variations
1#4B4B07
2#47470A
3#43430E
4#404012
5#3C3C16
6#38381A
7#34341D
8#303021
9#2D2D25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBFB #FBFB8E | BordersInactive statesPlaceholder text |
| 400 | F9F9 #F9F953 | Disabled statesSecondary iconsMuted text |
| 500 | F7F7 #F7F722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9D9 #D9D908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ACAC #ACAC06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B7B #7B7B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F4F #4F4F03 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF0;
--olive-100: #FEFEDD;
--olive-200: #FDFDBF;
--olive-300: #FBFB8E;
--olive-400: #F9F953;
--olive-500: #F7F722;
--olive-600: #D9D908;
--olive-700: #ACAC06;
--olive-800: #7B7B04;
--olive-900: #4F4F03;
--olive-950: #313102;
}