Olive
#75670A
YellowColor Codes
All color formats for development
HEX
#75670ARGB
rgb(117, 103, 10)HSL
hsl(52, 84%, 25%)OKLCH
oklch(0.512 0.103 99.5)CMYK
cmyk(0%, 12%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A5D09
2#5E5208
3#524807
4#463E06
5#3B3405
6#2F2904
7#231F03
8#171502
9#0C0A01
Tints
Lighter variations
1#98860D
2#BCA510
3#DFC413
4#EDD32C
5#F0DA4F
6#F3E272
7#F6E995
8#F9F0B9
9#FCF8DC
Tones
Muted variations
1#706310
2#6B5F15
3#655B1A
4#605720
5#5B5325
6#554F2A
7#504C30
8#4A4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF2 #FAF2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E8 #F6E893 | BordersInactive statesPlaceholder text |
| 400 | F1DD #F1DD5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD3 #EDD32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB5 #CEB512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A490 #A4900E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7567 #75670A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FCF8DE;
--olive-200: #FAF2C2;
--olive-300: #F6E893;
--olive-400: #F1DD5B;
--olive-500: #EDD32C;
--olive-600: #CEB512;
--olive-700: #A4900E;
--olive-800: #75670A;
--olive-900: #4B4207;
--olive-950: #2F2904;
}