Olive
#503D01
YellowColor Codes
All color formats for development
HEX
#503D01RGB
rgb(80, 61, 1)HSL
hsl(46, 98%, 16%)OKLCH
oklch(0.37 0.075 88.6)CMYK
cmyk(0%, 24%, 99%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493801
2#413201
3#392B01
4#302500
5#281F00
6#201900
7#181300
8#100C00
9#080600
Tints
Lighter variations
1#7B5F01
2#A67F02
3#D0A002
4#FAC103
5#FDCC2B
6#FDD655
7#FEE080
8#FEEBAA
9#FFF5D5
Tones
Muted variations
1#4D3C05
2#493A09
3#45380D
4#413611
5#3D3315
6#393119
7#352F1D
8#312D21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF6 #FFF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEF #FEEFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEE3 #FEE38B | BordersInactive statesPlaceholder text |
| 400 | FDD4 #FDD44E | Disabled statesSecondary iconsMuted text |
| 500 | FDC8 #FDC81C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEAB #DEAB02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B188 #B18802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E61 #7E6101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513E #513E01 | Primary textHigh emphasis contentDark headings |
| 950 | 3227 #322701 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FFF6DC;
--olive-200: #FEEFBD;
--olive-300: #FEE38B;
--olive-400: #FDD44E;
--olive-500: #FDC81C;
--olive-600: #DEAB02;
--olive-700: #B18802;
--olive-800: #7E6101;
--olive-900: #513E01;
--olive-950: #322701;
}