Olive
#504B01
YellowColor Codes
All color formats for development
HEX
#504B01RGB
rgb(80, 75, 1)HSL
hsl(56, 98%, 16%)OKLCH
oklch(0.405 0.085 105.2)CMYK
cmyk(0%, 6%, 99%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#494401
2#413C01
3#393501
4#302D00
5#282600
6#201E00
7#181700
8#100F00
9#080800
Tints
Lighter variations
1#7B7301
2#A69B02
3#D0C202
4#FAEA03
5#FDEF2B
6#FDF255
7#FEF580
8#FEF9AA
9#FFFCD5
Tones
Muted variations
1#4D4805
2#494509
3#45410D
4#413E11
5#3D3A15
6#393719
7#35331D
8#313021
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFC #FFFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF6 #FEF68B | BordersInactive statesPlaceholder text |
| 400 | FDF2 #FDF24E | Disabled statesSecondary iconsMuted text |
| 500 | FDEE #FDEE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DECF #DECF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1A5 #B1A502 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E76 #7E7601 | Text on light backgroundsHeadingsStrong borders |
| 900 | 514B #514B01 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFEF0;
--olive-100: #FFFCDC;
--olive-200: #FEFABD;
--olive-300: #FEF68B;
--olive-400: #FDF24E;
--olive-500: #FDEE1C;
--olive-600: #DECF02;
--olive-700: #B1A502;
--olive-800: #7E7601;
--olive-900: #514B01;
--olive-950: #322F01;
}