Olive
#4F4002
YellowColor Codes
All color formats for development
HEX
#4F4002RGB
rgb(79, 64, 2)HSL
hsl(48, 95%, 16%)OKLCH
oklch(0.376 0.076 93.5)CMYK
cmyk(0%, 19%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483A02
2#403302
3#382D01
4#302601
5#282001
6#201A01
7#181301
8#100D00
9#080600
Tints
Lighter variations
1#796203
2#A38304
3#CDA505
4#F7C706
5#FAD12E
6#FBDA58
7#FCE382
8#FDEDAB
9#FEF6D5
Tones
Muted variations
1#4C3E06
2#483B0A
3#44390E
4#403712
5#3C3415
6#383219
7#34301D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE6 #FCE68D | BordersInactive statesPlaceholder text |
| 400 | FBD9 #FBD951 | Disabled statesSecondary iconsMuted text |
| 500 | F9CE #F9CE1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB0 #DBB006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE8C #AE8C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C64 #7C6403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5040 #504002 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF7DC;
--olive-200: #FDF1BE;
--olive-300: #FCE68D;
--olive-400: #FBD951;
--olive-500: #F9CE1F;
--olive-600: #DBB006;
--olive-700: #AE8C04;
--olive-800: #7C6403;
--olive-900: #504002;
--olive-950: #322801;
}