Olive
#A27B10
OrangeColor Codes
All color formats for development
HEX
#A27B10RGB
rgb(162, 123, 16)HSL
hsl(44, 82%, 35%)OKLCH
oklch(0.605 0.12 85.4)CMYK
cmyk(0%, 24%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#926F0E
2#82630D
3#72560B
4#614A0A
5#513E08
6#413106
7#312505
8#201903
9#100C02
Tints
Lighter variations
1#C19213
2#DFA916
3#EAB72C
4#EDC24A
5#F0CC68
6#F3D686
7#F6E0A5
8#F9EBC3
9#FCF5E1
Tones
Muted variations
1#9B7817
2#94751F
3#8C7126
4#856E2D
5#7E6A35
6#77673C
7#6F6343
8#68604B
9#615D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4DB #F4DB94 | BordersInactive statesPlaceholder text |
| 400 | EFC8 #EFC85D | Disabled statesSecondary iconsMuted text |
| 500 | EAB8 #EAB82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC9B #CC9B14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A27B #A27B10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7458 #74580B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A38 #4A3807 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DF;
--olive-200: #F9EBC3;
--olive-300: #F4DB94;
--olive-400: #EFC85D;
--olive-500: #EAB82E;
--olive-600: #CC9B14;
--olive-700: #A27B10;
--olive-800: #74580B;
--olive-900: #4A3807;
--olive-950: #2E2305;
}