Olive
#504301
YellowColor Codes
All color formats for development
HEX
#504301RGB
rgb(80, 67, 1)HSL
hsl(50, 98%, 16%)OKLCH
oklch(0.385 0.079 96.4)CMYK
cmyk(0%, 16%, 99%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493D01
2#413601
3#392F01
4#302800
5#282200
6#201B00
7#181400
8#100D00
9#080700
Tints
Lighter variations
1#7B6701
2#A68A02
3#D0AE02
4#FAD103
5#FDDA2B
6#FDE155
7#FEE980
8#FEF0AA
9#FFF8D5
Tones
Muted variations
1#4D4105
2#493E09
3#453B0D
4#413911
5#3D3615
6#393319
7#35311D
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 | FFF9 #FFF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF4 #FEF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEEB #FEEB8B | BordersInactive statesPlaceholder text |
| 400 | FDE0 #FDE04E | Disabled statesSecondary iconsMuted text |
| 500 | FDD7 #FDD71C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEBA #DEBA02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B194 #B19402 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E69 #7E6901 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5143 #514301 | Primary textHigh emphasis contentDark headings |
| 950 | 322A #322A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FFF9DC;
--olive-200: #FEF4BD;
--olive-300: #FEEB8B;
--olive-400: #FDE04E;
--olive-500: #FDD71C;
--olive-600: #DEBA02;
--olive-700: #B19402;
--olive-800: #7E6901;
--olive-900: #514301;
--olive-950: #322A01;
}