Olive
#75740A
YellowColor Codes
All color formats for development
HEX
#75740ARGB
rgb(117, 116, 10)HSL
hsl(59, 84%, 25%)OKLCH
oklch(0.542 0.115 109.1)CMYK
cmyk(0%, 1%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6809
2#5E5C08
3#525107
4#464506
5#3B3A05
6#2F2E04
7#232303
8#171702
9#0C0C01
Tints
Lighter variations
1#98960D
2#BCB910
3#DFDB13
4#EDE92C
5#F0ED4F
6#F3F172
7#F6F495
8#F9F8B9
9#FCFBDC
Tones
Muted variations
1#706E10
2#6B6915
3#65641A
4#605F20
5#5B5A25
6#55542A
7#504F30
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 | FAF9 #FAF9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F4 #F6F493 | BordersInactive statesPlaceholder text |
| 400 | F1EE #F1EE5B | Disabled statesSecondary iconsMuted text |
| 500 | EDE9 #EDE92C | Primary brand colorCTAsActive elementsLinks |
| 600 | CECB #CECB12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A4A2 #A4A20E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7574 #75740A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FCFCDE;
--olive-200: #FAF9C2;
--olive-300: #F6F493;
--olive-400: #F1EE5B;
--olive-500: #EDE92C;
--olive-600: #CECB12;
--olive-700: #A4A20E;
--olive-800: #75740A;
--olive-900: #4B4A07;
--olive-950: #2F2E04;
}