Olive
#504702
YellowColor Codes
All color formats for development
HEX
#504702RGB
rgb(80, 71, 2)HSL
hsl(53, 95%, 16%)OKLCH
oklch(0.395 0.081 101)CMYK
cmyk(0%, 11%, 98%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483F02
2#403802
3#383101
4#302A01
5#282301
6#201C01
7#181501
8#100E00
9#080700
Tints
Lighter variations
1#796C03
2#A39104
3#CDB605
4#F7DB06
5#FAE22E
6#FBE858
7#FCEE82
8#FDF3AB
9#FEF9D5
Tones
Muted variations
1#4C4406
2#48410A
3#443E0E
4#403B12
5#3C3815
6#383519
7#34321D
8#312F21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF6 #FDF6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCEF #FCEF8D | BordersInactive statesPlaceholder text |
| 400 | FBE7 #FBE751 | Disabled statesSecondary iconsMuted text |
| 500 | F9E0 #F9E01F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC2 #DBC206 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE9A #AE9A04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6E #7C6E03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504702 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FDF6BE;
--olive-300: #FCEF8D;
--olive-400: #FBE751;
--olive-500: #F9E01F;
--olive-600: #DBC206;
--olive-700: #AE9A04;
--olive-800: #7C6E03;
--olive-900: #504702;
--olive-950: #322C01;
}