Olive
#523C00
OrangeColor Codes
All color formats for development
HEX
#523C00RGB
rgb(82, 60, 0)HSL
hsl(44, 100%, 16%)OKLCH
oklch(0.371 0.076 85.3)CMYK
cmyk(0%, 27%, 100%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#493600
2#413000
3#392A00
4#312400
5#291E00
6#211800
7#181200
8#100C00
9#080600
Tints
Lighter variations
1#7C5B00
2#A77B00
3#D29A00
4#FDBA00
5#FFC629
6#FFD154
7#FFDD7E
8#FFE8A9
9#FFF4D4
Tones
Muted variations
1#4E3A04
2#493808
3#45360C
4#413410
5#3D3214
6#393018
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 | FFF5 #FFF5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFED #FFEDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE0 #FFE08A | BordersInactive statesPlaceholder text |
| 400 | FFCF #FFCF4D | Disabled statesSecondary iconsMuted text |
| 500 | FFC2 #FFC21A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0A5 #E0A500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B383 #B38300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 805E #805E00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 523C #523C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3325 #332500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FFF5DB;
--olive-200: #FFEDBD;
--olive-300: #FFE08A;
--olive-400: #FFCF4D;
--olive-500: #FFC21A;
--olive-600: #E0A500;
--olive-700: #B38300;
--olive-800: #805E00;
--olive-900: #523C00;
--olive-950: #332500;
}