Olive
#504201
YellowColor Codes
All color formats for development
HEX
#504201RGB
rgb(80, 66, 1)HSL
hsl(49, 98%, 16%)OKLCH
oklch(0.382 0.078 95.2)CMYK
cmyk(0%, 18%, 99%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493C01
2#413501
3#392E01
4#302800
5#282100
6#201A00
7#181400
8#100D00
9#080700
Tints
Lighter variations
1#7B6501
2#A68802
3#D0AA02
4#FACD03
5#FDD62B
6#FDDE55
7#FEE780
8#FEEFAA
9#FFF7D5
Tones
Muted variations
1#4D4005
2#493D09
3#453B0D
4#413811
5#3D3515
6#393319
7#35301D
8#312E21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF2 #FEF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE9 #FEE98B | BordersInactive statesPlaceholder text |
| 400 | FDDD #FDDD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDD3 #FDD31C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEB6 #DEB602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B191 #B19102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E67 #7E6701 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5142 #514201 | Primary textHigh emphasis contentDark headings |
| 950 | 3229 #322901 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF8DC;
--olive-200: #FEF2BD;
--olive-300: #FEE98B;
--olive-400: #FDDD4E;
--olive-500: #FDD31C;
--olive-600: #DEB602;
--olive-700: #B19102;
--olive-800: #7E6701;
--olive-900: #514201;
--olive-950: #322901;
}