Olive
#A27910
OrangeColor Codes
All color formats for development
HEX
#A27910RGB
rgb(162, 121, 16)HSL
hsl(43, 82%, 35%)OKLCH
oklch(0.601 0.119 83.8)CMYK
cmyk(0%, 25%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#926D0E
2#82610D
3#72550B
4#61490A
5#513C08
6#413006
7#312405
8#201803
9#100C02
Tints
Lighter variations
1#C18F13
2#DFA616
3#EAB42C
4#EDBF4A
5#F0CA68
6#F3D486
7#F6DFA5
8#F9EAC3
9#FCF4E1
Tones
Muted variations
1#9B7617
2#94731F
3#8C6F26
4#856C2D
5#7E6935
6#77663C
7#6F6343
8#68604B
9#615C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D9 #F4D994 | BordersInactive statesPlaceholder text |
| 400 | EFC5 #EFC55D | Disabled statesSecondary iconsMuted text |
| 500 | EAB5 #EAB52E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC98 #CC9814 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A279 #A27910 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7456 #74560B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A37 #4A3707 | 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: #FCF3DF;
--olive-200: #F9EAC3;
--olive-300: #F4D994;
--olive-400: #EFC55D;
--olive-500: #EAB52E;
--olive-600: #CC9814;
--olive-700: #A27910;
--olive-800: #74560B;
--olive-900: #4A3707;
--olive-950: #2E2305;
}