Olive
#72540D
OrangeColor Codes
All color formats for development
HEX
#72540DRGB
rgb(114, 84, 13)HSL
hsl(42, 80%, 25%)OKLCH
oklch(0.465 0.09 82.9)CMYK
cmyk(0%, 26%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#674C0B
2#5C430A
3#503B09
4#453208
5#392A06
6#2E2205
7#221904
8#171103
9#0B0801
Tints
Lighter variations
1#956D11
2#B88714
3#DAA018
4#E8B130
5#ECBE53
6#F0CB75
7#F4D898
8#F7E5BA
9#FBF2DD
Tones
Muted variations
1#6E5212
2#695017
3#634E1C
4#5E4C21
5#594A26
6#54482B
7#4F4630
8#4A4436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D795 | BordersInactive statesPlaceholder text |
| 400 | EDC2 #EDC25E | Disabled statesSecondary iconsMuted text |
| 500 | E8B1 #E8B130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA94 #CA9416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A176 #A17612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E8C3;
--olive-300: #F3D795;
--olive-400: #EDC25E;
--olive-500: #E8B130;
--olive-600: #CA9416;
--olive-700: #A17612;
--olive-800: #73540D;
--olive-900: #493608;
--olive-950: #2E2205;
}