Olive
#76760A
YellowColor Codes
All color formats for development
HEX
#76760ARGB
rgb(118, 118, 10)HSL
hsl(60, 84%, 25%)OKLCH
oklch(0.548 0.116 109.7)CMYK
cmyk(0%, 0%, 92%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6A09
2#5E5E08
3#525207
4#464606
5#3B3B05
6#2F2F04
7#232303
8#171702
9#0C0C01
Tints
Lighter variations
1#98980D
2#BCBC10
3#DFDF13
4#EDED2C
5#F0F04F
6#F3F372
7#F6F695
8#F9F9B9
9#FCFCDC
Tones
Muted variations
1#707010
2#6B6B15
3#65651A
4#606020
5#5B5B25
6#55552A
7#505030
8#4A4A35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F693 | BordersInactive statesPlaceholder text |
| 400 | F1F1 #F1F15B | Disabled statesSecondary iconsMuted text |
| 500 | EDED #EDED2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CECE #CECE12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A4A4 #A4A40E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7575 #75750A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FCFCDE;
--olive-200: #FAFAC2;
--olive-300: #F6F693;
--olive-400: #F1F15B;
--olive-500: #EDED2C;
--olive-600: #CECE12;
--olive-700: #A4A40E;
--olive-800: #75750A;
--olive-900: #4B4B07;
--olive-950: #2F2F04;
}